OSDN Git Service

* config/mmix/t-mmix (MULTILIB_EXTRA_OPTS): Disable.
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Feb 2002 00:33:08 +0000 (00:33 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Feb 2002 00:33:08 +0000 (00:33 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49661 138bc75d-0d04-0410-961f-82ee72b054a4

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

index e0d2d45..d9d466a 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 fcfe7c7..adf883a 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) \