aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/config/m68k/t-rtems
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/config/m68k/t-rtems')
-rw-r--r--gcc-4.9/gcc/config/m68k/t-rtems9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc-4.9/gcc/config/m68k/t-rtems b/gcc-4.9/gcc/config/m68k/t-rtems
new file mode 100644
index 000000000..0997afebc
--- /dev/null
+++ b/gcc-4.9/gcc/config/m68k/t-rtems
@@ -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")