1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/host-cpu-c-abi
Bruno Haible 60ce0fd753 host-cpu-c-abi: Add support for armhf, arm64, x32, s390x.
* m4/host-cpu-c-abi.m4 (gl_HOST_CPU_C_ABI): Require gl_C_ASM. On x86_64
systems, distinguish x86_64 and x32. On arm systems, distinguish arm,
armhf, arm64, and no longer distinguish arm and armel. On s390x systems,
distinguish s390 and s390x.
* modules/host-cpu-c-abi (Files): Add m4/asm-underscore.m4.
* NEWS: Mention the change regarding 'armel'.
2017-01-16 22:07:51 +01:00

22 lines
223 B
Plaintext

Description:
Determine canonical name of CPU and C ABI.
Files:
m4/host-cpu-c-abi.m4
m4/asm-underscore.m4
Depends-on:
configure.ac:
gl_HOST_CPU_C_ABI
Makefile.am:
Include:
License:
unlimited
Maintainer:
Sam Steingold