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 21f33d7..c7f1a4d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -468,7 +468,7 @@ endif
ifeq ($(target_cpu),x86_64)
GCC_CONFIG_ARGS += --with-arch=x86-64 --with-tune=intel --with-fpmath=sse \
- --with-multilib-list=m32,m64,mx32
+ --with-multilib-list=m32,m64
endif
# ARM specific options.