diff options
author | Ralf Corsepius <ralf.corsepius@rtems.org> | 2005-03-18 10:13:25 +0100 |
---|---|---|
committer | Ralf Corsepius <corsepiu@gcc.gnu.org> | 2005-03-18 10:13:25 +0100 |
commit | 49aa94f95f3118743aa7563a29536af95edacac4 (patch) | |
tree | 68334a45659cdb255a1db10ddea3237a87a50624 /gcc | |
parent | 2d6eb6c6b647c9c1b45a8f8d1823dc9f874ffc23 (diff) | |
download | gcc-49aa94f95f3118743aa7563a29536af95edacac4.zip gcc-49aa94f95f3118743aa7563a29536af95edacac4.tar.gz gcc-49aa94f95f3118743aa7563a29536af95edacac4.tar.bz2 |
t-rtems-i386 (MULTILIBS): Remove k6, athlon, mno-fp-ret-in-387 multilib variants.
2005-03-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* config/i386/t-rtems-i386 (MULTILIBS): Remove k6, athlon,
mno-fp-ret-in-387 multilib variants.
From-SVN: r96651
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/i386/t-rtems-i386 | 15 |
2 files changed, 11 insertions, 9 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 089bf52..1d3b7c4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-03-18 Ralf Corsepius <ralf.corsepius@rtems.org> + + * config/i386/t-rtems-i386 (MULTILIBS): Remove k6, athlon, + mno-fp-ret-in-387 multilib variants. + 2005-03-18 Richard Sandiford <rsandifo@redhat.com> * common.opt (m): Remove. diff --git a/gcc/config/i386/t-rtems-i386 b/gcc/config/i386/t-rtems-i386 index d32928c..9400be8 100644 --- a/gcc/config/i386/t-rtems-i386 +++ b/gcc/config/i386/t-rtems-i386 @@ -36,17 +36,14 @@ xp-bit.c: $(srcdir)/config/fp-bit.c echo '#define EXTENDED_FLOAT_STUBS' > xp-bit.c cat $(srcdir)/config/fp-bit.c >> xp-bit.c -MULTILIB_OPTIONS = mtune=i486/mtune=pentium/mtune=pentiumpro/mtune=k6/mtune=athlon \ -msoft-float mno-fp-ret-in-387 -MULTILIB_DIRNAMES= m486 mpentium mpentiumpro k6 athlon soft-float nofp +MULTILIB_OPTIONS = mtune=i486/mtune=pentium/mtune=pentiumpro \ +msoft-float +MULTILIB_DIRNAMES= m486 mpentium mpentiumpro soft-float MULTILIB_MATCHES = msoft-float=mno-m80387 +MULTILIB_MATCHES += mtune?pentium=mtune?k6 mtune?pentiumpro=mtune?mathlon MULTILIB_EXCEPTIONS = \ -mno-fp-ret-in-387 \ -mtune=i486/*mno-fp-ret-in-387* \ -mtune=pentium/*msoft-float* mtune=pentium/*mno-fp-ret-in-387* \ -mtune=pentiumpro/*msoft-float* mtune=pentiumpro/*mno-fp-ret-in-387* \ -mtune=k6/*msoft-float* mtune=k6/*mno-fp-ret-in-387* \ -mtune=athlon/*msoft-float* mtune=athlon/*mno-fp-ret-in-387* +mtune=pentium/*msoft-float* \ +mtune=pentiumpro/*msoft-float* EXTRA_MULTILIB_PARTS = crtbegin.o crtend.o |