summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTorbjorn Granlund <torbjorng@google.com>2016-03-25 20:30:43 +0100
committerTorbjorn Granlund <torbjorng@google.com>2016-03-25 20:30:43 +0100
commite7aa052ba6735fc56ce2c4cc45fbb2839b442bbc (patch)
treea3ec0b491d425b5af28ff0a0c33452e4f2d199e8 /configure.ac
parent7e2635c1a1e5c88775c1ec4ec0b2f8538cab9a92 (diff)
downloadgmp-e7aa052ba6735fc56ce2c4cc45fbb2839b442bbc.tar.gz
Prefix all arm CPUs with "arm" to accommodate our matchers.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index bb8b03da9..85da0d316 100644
--- a/configure.ac
+++ b/configure.ac
@@ -700,19 +700,19 @@ case $host in
gcc_cflags_arch=""
gcc_cflags_tune="-mtune=cortex-a72"
;;
- exynosm1)
+ armexynosm1)
unset CALLING_CONVENTIONS_OBJS
path="arm64"
gcc_cflags_arch=""
gcc_cflags_tune="-mtune=exynosm1"
;;
- thunderx)
+ armthunderx)
unset CALLING_CONVENTIONS_OBJS
path="arm64"
gcc_cflags_arch=""
gcc_cflags_tune="-mtune=thunderx"
;;
- xgene1)
+ armxgene1)
unset CALLING_CONVENTIONS_OBJS
path="arm64/xgene1 arm64"
gcc_cflags_arch=""