OSDN Git Service

2005-01-13 Ralf Corsepius <ralf.corsepius@rtems.org>
authorcorsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Jan 2005 12:02:18 +0000 (12:02 +0000)
committercorsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Jan 2005 12:02:18 +0000 (12:02 +0000)
* config/i386/t-rtems-i386: Multilib on -mtune instead of -mcpu.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93597 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/t-rtems-i386

index a514b59..f788439 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-13  Ralf Corsepius <ralf.corsepius@rtems.org>
+
+       * config/i386/t-rtems-i386: Multilib on -mtune instead of -mcpu.
+
 2005-01-13  Jan Beulich  <jbeulich@novell.com>
 
        * config/ia64/ia64.md (ashlti3, ashlti3_internal): New.
index b57f4fd..d32928c 100644 (file)
@@ -36,17 +36,17 @@ 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 = mcpu=i486/mcpu=pentium/mcpu=pentiumpro/mcpu=k6/mcpu=athlon \
+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_MATCHES = msoft-float=mno-m80387
 MULTILIB_EXCEPTIONS = \
 mno-fp-ret-in-387 \
-mcpu=i486/*mno-fp-ret-in-387* \
-mcpu=pentium/*msoft-float* mcpu=pentium/*mno-fp-ret-in-387* \
-mcpu=pentiumpro/*msoft-float* mcpu=pentiumpro/*mno-fp-ret-in-387* \
-mcpu=k6/*msoft-float* mcpu=k6/*mno-fp-ret-in-387* \
-mcpu=athlon/*msoft-float* mcpu=athlon/*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*
 
 EXTRA_MULTILIB_PARTS = crtbegin.o crtend.o