t-rtems (M68K_MLIB_CPU): Add 5208, 5307, 5407, 5475 multilibs.
authorRalf Corsepius <ralf.corsepius@rtems.org>
Sat, 16 Feb 2008 05:52:54 +0000 (06:52 +0100)
committerRalf Corsepius <corsepiu@gcc.gnu.org>
Sat, 16 Feb 2008 05:52:54 +0000 (06:52 +0100)
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

gcc/ChangeLog
gcc/config/m68k/t-rtems

index 82194cee534d5e2f70ed53c05a9504d6b5dc52f7..d04f3a6d3fc44c88e106e94bba4a79d11dfc67d3 100644 (file)
@@ -1,3 +1,8 @@
+2008-02-16  Ralf Corsepius  <ralf.corsepius@rtems.org>
+
+       * config/m68k/t-rtems (M68K_MLIB_CPU): Add 5208, 5307, 5407, 5475
+       multilibs.
+
 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * doc/c-tree.texi: Use `@.' where appropriate.
index 1cf45f5a204d0d567888bb069d8ab2cbb38848b2..2b0750f0f05df5d83dbefdbcbbed03b727b9e8ae 100644 (file)
@@ -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")