summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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=""