* config/mmix/t-mmix (MULTILIB_EXTRA_OPTS): Disable.
authorHans-Peter Nilsson <hp@bitrange.com>
Mon, 11 Feb 2002 00:33:08 +0000 (00:33 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Mon, 11 Feb 2002 00:33:08 +0000 (00:33 +0000)
From-SVN: r49661

gcc/ChangeLog
gcc/config/mmix/t-mmix

index e0d2d45535800e8224bf1fd244db2f9134146e91..d9d466a9f289e86c7c5e2269745c03a4d56f1611 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-10  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * config/mmix/t-mmix (MULTILIB_EXTRA_OPTS): Disable.
+
 2002-02-10  Kazu Hirata  <kazu@hxi.com>
 
        * config/h8300/h8300.md (pushhi1_h8300): Correct the mode
index fcfe7c7229c0e4b551870f6636c7757fe424a1d1..adf883a0931594d3a4fd54a18e84e2e89b58e2b7 100644 (file)
@@ -14,7 +14,9 @@ MULTILIB_OPTIONS = mabi=gnu
 MULTILIB_DIRNAMES = gnuabi
 
 # Don't use global registers in libraries.
-MULTILIB_EXTRA_OPTS = mno-base-addresses
+# FIXME: Not applied at "root" level, so disabled at the moment to stop
+# incorrect comparisons with -mabi=gnu.
+#MULTILIB_EXTRA_OPTS = mno-base-addresses
 
 $(T)crti.o: $(srcdir)/config/mmix/crti.asm $(GCC_PASSES)
        $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(MULTILIB_CFLAGS) $(INCLUDES) \