aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 46c090d..dc57ffa 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -484,7 +484,7 @@ GCC_CONFIG_ARGS += --with-arch=i686 --with-tune=atom --with-fpmath=sse
endif
ifeq ($(target_cpu),x86_64)
-GCC_CONFIG_ARGS += --with-arch=atom --with-tune=atom --with-fpmath=sse \
+GCC_CONFIG_ARGS += --with-arch=x86-64 --with-tune=atom --with-fpmath=sse \
--with-multilib-list=m32,m64,mx32
endif