diff options
author | Hans-Peter Nilsson <hp@bitrange.com> | 2002-02-11 00:33:08 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2002-02-11 00:33:08 +0000 |
commit | 247cb9df4b2132bcc0ef4ea4b031e75fd2e19fee (patch) | |
tree | 7dce0292c53f832b2f30d7a35684dbf545cbb04e | |
parent | 62deb2118ba786598b29db5d565d6a6e1deea90f (diff) | |
download | gcc-247cb9df4b2132bcc0ef4ea4b031e75fd2e19fee.tar.gz |
* config/mmix/t-mmix (MULTILIB_EXTRA_OPTS): Disable.
From-SVN: r49661
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/mmix/t-mmix | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e0d2d455358..d9d466a9f28 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/mmix/t-mmix b/gcc/config/mmix/t-mmix index fcfe7c7229c..adf883a0931 100644 --- a/gcc/config/mmix/t-mmix +++ b/gcc/config/mmix/t-mmix @@ -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) \ |