From 491982a0a745032f75d63c8447c08812bbe32106 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 23 Nov 2004 10:30:39 +0100 Subject: t-rtems: New. 2004-11-23 Ralf Corsepius * config/c4x/t-rtems: New. * config.gcc: Reflect having added c4x/t-rtems. From-SVN: r91082 --- gcc/ChangeLog | 5 +++++ gcc/config.gcc | 2 +- gcc/config/c4x/t-rtems | 10 ++++++++++ 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 gcc/config/c4x/t-rtems (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e5d3f12..95367aa 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-11-23 Ralf Corsepius + + * config/c4x/t-rtems: New. + * config.gcc: Reflect having added c4x/t-rtems. + 2004-11-23 Dorit Naishlos PR tree-opt/18403 diff --git a/gcc/config.gcc b/gcc/config.gcc index 4b9bc94..0bb2195 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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 index 0000000..52dc7ea --- /dev/null +++ b/gcc/config/c4x/t-rtems @@ -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 -- cgit v1.1