2008-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>
authorcorsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 Feb 2008 05:52:54 +0000 (05:52 +0000)
committercorsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 Feb 2008 05:52:54 +0000 (05:52 +0000)
* config/m68k/t-rtems (M68K_MLIB_CPU): Add 5208, 5307, 5407, 5475
multilibs.

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

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

index 82194ce..d04f3a6 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 1cf45f5..2b0750f 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")