* config/mmix/t-mmix (MULTILIB_EXTRA_OPTS): Disable.

From-SVN: r49661
This commit is contained in:
Hans-Peter Nilsson 2002-02-11 00:33:08 +00:00 committed by Hans-Peter Nilsson
parent 62deb2118b
commit 247cb9df4b
2 changed files with 7 additions and 1 deletions

View 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

View 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) \