OSDN Git Service

2004-11-23 Ralf Corsepius <ralf.corsepius@rtems.org>
authorcorsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Nov 2004 09:30:39 +0000 (09:30 +0000)
committercorsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Nov 2004 09:30:39 +0000 (09:30 +0000)
* config/c4x/t-rtems: New.
* config.gcc: Reflect having added c4x/t-rtems.

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

gcc/ChangeLog
gcc/config.gcc
gcc/config/c4x/t-rtems [new file with mode: 0644]

index e5d3f12..95367aa 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-23  Ralf Corsepius <ralf.corsepius@rtems.org>
+
+       * config/c4x/t-rtems: New.
+       * config.gcc: Reflect having added c4x/t-rtems.
+
 2004-11-23  Dorit Naishlos <dorit@il.ibm.com>
 
        PR tree-opt/18403
index 4b9bc94..0bb2195 100644 (file)
@@ -704,7 +704,7 @@ avr-*-*)
        use_fixproto=yes
        ;;
 c4x-*-rtems* | tic4x-*-rtems*)
-       tmake_file="c4x/t-c4x t-rtems"
+       tmake_file="c4x/t-c4x t-rtems c4x/t-rtems"
        tm_file="c4x/c4x.h c4x/rtems.h rtems.h"
        c_target_objs="c4x-c.o"
        cxx_target_objs="c4x-c.o"
diff --git a/gcc/config/c4x/t-rtems b/gcc/config/c4x/t-rtems
new file mode 100644 (file)
index 0000000..52dc7ea
--- /dev/null
@@ -0,0 +1,10 @@
+# Custom RTEMS multilibs
+
+# We'd actually want to support -msmall, but it trips a bug in gcc
+# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14436
+#
+# MULTILIB_OPTIONS = m30 msmall mmemparm
+# MULTILIB_DIRNAMES = c3x small mem
+
+MULTILIB_OPTIONS = m30 mmemparm
+MULTILIB_DIRNAMES = c3x mem