diff options
author | Ralf Corsepius <ralf.corsepius@rtems.org> | 2008-02-16 06:52:54 +0100 |
---|---|---|
committer | Ralf Corsepius <corsepiu@gcc.gnu.org> | 2008-02-16 06:52:54 +0100 |
commit | 2a49e6f89795142cac2a9e18b92cf0251ad54591 (patch) | |
tree | d7a7a290c7905373b1d399bc13332457793564b1 /gcc/config/m68k | |
parent | bb44c9d2df304872a0d6085a452883eefd2492af (diff) | |
download | gcc-2a49e6f89795142cac2a9e18b92cf0251ad54591.zip gcc-2a49e6f89795142cac2a9e18b92cf0251ad54591.tar.gz gcc-2a49e6f89795142cac2a9e18b92cf0251ad54591.tar.bz2 |
t-rtems (M68K_MLIB_CPU): Add 5208, 5307, 5407, 5475 multilibs.
2008-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>
* config/m68k/t-rtems (M68K_MLIB_CPU): Add 5208, 5307, 5407, 5475
multilibs.
From-SVN: r132363
Diffstat (limited to 'gcc/config/m68k')
-rw-r--r-- | gcc/config/m68k/t-rtems | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/config/m68k/t-rtems b/gcc/config/m68k/t-rtems index 1cf45f5..2b0750f 100644 --- a/gcc/config/m68k/t-rtems +++ b/gcc/config/m68k/t-rtems @@ -1,4 +1,8 @@ # Custom multilibs for RTEMS M68K_MLIB_CPU += && (match(MLIB, "^68") \ || MLIB == "cpu32" \ - || MLIB == "5206") + || MLIB == "5206" \ + || MLIB == "5208" \ + || MLIB == "5307" \ + || MLIB == "5407" \ + || MLIB == "5475") |