]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/config/m68k/t-rtems
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / config / m68k / t-rtems
diff --git a/gcc/config/m68k/t-rtems b/gcc/config/m68k/t-rtems
new file mode 100644 (file)
index 0000000..0997afe
--- /dev/null
@@ -0,0 +1,9 @@
+# Custom multilibs for RTEMS
+M68K_MLIB_CPU += && (match(MLIB, "^68") \
+                    || MLIB == "cpu32" \
+                    || MLIB == "5206" \
+                    || MLIB == "5208" \
+                    || MLIB == "5307" \
+                    || MLIB == "5329" \
+                    || MLIB == "5407" \
+                    || MLIB == "5475")