Commit 491982a0 by Ralf Corsepius Committed by Ralf Corsepius

t-rtems: New.

2004-11-23  Ralf Corsepius <ralf.corsepius@rtems.org>

	* config/c4x/t-rtems: New.
	* config.gcc: Reflect having added c4x/t-rtems.

From-SVN: r91082
parent e088c552
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
......
......@@ -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"
......
# 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment