summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 240e49d..41a7fff 100644
--- a/Makefile
+++ b/Makefile
@@ -237,7 +237,7 @@ lingcc-gcc:
--enable-multilib \
--with-arch-32=i686 \
--with-abi=m64 \
- --with-multilib-list=m32,m64,mx32 \
+ --with-multilib-list=m32,m64 \
--with-tune=generic\
--enable-checking=release \
--enable-languages=$(LANGUAGES) \
@@ -431,6 +431,7 @@ xgcc-gcc-pass1:
--disable-sjlj-exceptions \
--with-dwarf2 \
--enable-multilib \
+ --with-multilib-list=m32,m64 \
--enable-64bit \
--enable-clocale=gnu \
--enable-version-specific-runtime-libs \
@@ -739,6 +740,7 @@ wingcc-gcc:
--disable-sjlj-exceptions \
--with-dwarf2 \
--enable-multilib \
+ --with-multilib-list=m32,m64 \
--enable-64bit \
--enable-clocale=gnu \
--enable-version-specific-runtime-libs \