diff options
author | Ralf Corsepius <ralf.corsepius@rtems.org> | 2005-02-07 06:13:25 +0100 |
---|---|---|
committer | Ralf Corsepius <corsepiu@gcc.gnu.org> | 2005-02-07 06:13:25 +0100 |
commit | 149056b0940ecede19695c936984a3bb8a6f1764 (patch) | |
tree | e4c7eab715071e865efebc56ee75763f2f6fb399 /gcc/config/m68k | |
parent | 3e8cb558565b9aef410e4d2e7b9c1444534ddb99 (diff) | |
download | gcc-149056b0940ecede19695c936984a3bb8a6f1764.zip gcc-149056b0940ecede19695c936984a3bb8a6f1764.tar.gz gcc-149056b0940ecede19695c936984a3bb8a6f1764.tar.bz2 |
t-rtems (MULTILIB_MATCHES): Let m528x match m5200.
2005-02-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* config/m68k/t-rtems (MULTILIB_MATCHES): Let m528x match m5200.
From-SVN: r94690
Diffstat (limited to 'gcc/config/m68k')
-rw-r--r-- | gcc/config/m68k/t-rtems | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/m68k/t-rtems b/gcc/config/m68k/t-rtems index d0e50e2..e660da2 100644 --- a/gcc/config/m68k/t-rtems +++ b/gcc/config/m68k/t-rtems @@ -3,4 +3,5 @@ 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_MATCHES += m5200=m528x MULTILIB_EXCEPTIONS = m68000/msoft-float m5200/m68881 m5200/msoft-float mcpu32/m68881 mcpu32/msoft-float m68040/m68881 m68060/m68881 |