summaryrefslogtreecommitdiff
path: root/modules/host-cpu-c-abi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-01-16 22:07:51 +0100
committerBruno Haible <bruno@clisp.org>2017-01-16 22:07:51 +0100
commit60ce0fd753f0d30a80b4a90fe2e418eaa4e44a94 (patch)
tree9221b9c9730a12dc4f1cc6f710a8d3d983fcda03 /modules/host-cpu-c-abi
parentfadd80aef9f1ae32a16fe7380b1635fee18876ce (diff)
downloadgnulib-60ce0fd753f0d30a80b4a90fe2e418eaa4e44a94.tar.gz
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'.
Diffstat (limited to 'modules/host-cpu-c-abi')
-rw-r--r--modules/host-cpu-c-abi1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/host-cpu-c-abi b/modules/host-cpu-c-abi
index a9011c531d..6c92cc4267 100644
--- a/modules/host-cpu-c-abi
+++ b/modules/host-cpu-c-abi
@@ -3,6 +3,7 @@ Determine canonical name of CPU and C ABI.
Files:
m4/host-cpu-c-abi.m4
+m4/asm-underscore.m4
Depends-on: