diff options
author | Joel Sherrill <joel@OARcorp.com> | 2003-09-19 16:47:54 +0000 |
---|---|---|
committer | Joel Sherrill <joel@gcc.gnu.org> | 2003-09-19 16:47:54 +0000 |
commit | 86677d256e990d54441e8c456cef8cdf5d88aaa7 (patch) | |
tree | aaa7173527f5fe4296e551a124d220eed1289f01 /gcc/config/m68k | |
parent | 0988b758459e0f4a90322fd127b90dfedc8cfafd (diff) | |
download | gcc-86677d256e990d54441e8c456cef8cdf5d88aaa7.tar.gz |
t-m68kbare, t-rtems: Change 68681 to 68881.
2003-09-19 Joel Sherrill <joel@oarcorp.com>
* config/m68k/t-m68kbare, config/m68k/t-rtems: Change 68681 to
68881.
From-SVN: r71580
Diffstat (limited to 'gcc/config/m68k')
-rw-r--r-- | gcc/config/m68k/t-m68kbare | 2 | ||||
-rw-r--r-- | gcc/config/m68k/t-rtems | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/m68k/t-m68kbare b/gcc/config/m68k/t-m68kbare index d9651d1b75b..8bb4b948c35 100644 --- a/gcc/config/m68k/t-m68kbare +++ b/gcc/config/m68k/t-m68kbare @@ -15,7 +15,7 @@ xfgnulib.c: $(srcdir)/config/m68k/fpgnulib.c MULTILIB_OPTIONS = m68000/m68020/m5200/mcpu32/m68040/m68060 m68881/msoft-float MULTILIB_DIRNAMES = MULTILIB_MATCHES = m68000=mc68000 m68000=m68302 mcpu32=m68332 m68020=mc68020 -MULTILIB_EXCEPTIONS = m68000/msoft-float m5200/m68881 m5200/msoft-float mcpu32/m68881 mcpu32/msoft-float m68040/m68681 m68060/m68681 +MULTILIB_EXCEPTIONS = m68000/msoft-float m5200/m68881 m5200/msoft-float mcpu32/m68881 mcpu32/msoft-float m68040/m68881 m68060/m68881 LIBGCC = stmp-multilib INSTALL_LIBGCC = install-multilib diff --git a/gcc/config/m68k/t-rtems b/gcc/config/m68k/t-rtems index 3358cc612c5..d0e50e22ea9 100644 --- a/gcc/config/m68k/t-rtems +++ b/gcc/config/m68k/t-rtems @@ -3,4 +3,4 @@ MULTILIB_OPTIONS = m68000/m68020/m5200/mcpu32/m68030/m68040/m68060 m68881/msoft-float MULTILIB_DIRNAMES = MULTILIB_MATCHES = m68000=mc68000 m68000=m68302 mcpu32=m68332 m68020=mc68020 m68030=mc68030 -MULTILIB_EXCEPTIONS = m68000/msoft-float m5200/m68881 m5200/msoft-float mcpu32/m68881 mcpu32/msoft-float m68040/m68681 m68060/m68681 +MULTILIB_EXCEPTIONS = m68000/msoft-float m5200/m68881 m5200/msoft-float mcpu32/m68881 mcpu32/msoft-float m68040/m68881 m68060/m68881 |