aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorJoel Sherrill <joel@gcc.gnu.org>2008-12-01 16:34:42 +0000
committerJoel Sherrill <joel@gcc.gnu.org>2008-12-01 16:34:42 +0000
commit7f05b779ceaa68d36da381894ad7fc7716a2408b (patch)
tree76696d7764ca056f53452bef79e6b050bf7c3af1 /gcc/config.gcc
parent541ed00ec2153e7e20e2aba7463e764c623cc1a5 (diff)
downloadgcc-7f05b779ceaa68d36da381894ad7fc7716a2408b.zip
gcc-7f05b779ceaa68d36da381894ad7fc7716a2408b.tar.gz
gcc-7f05b779ceaa68d36da381894ad7fc7716a2408b.tar.bz2
config.gcc: Add m32c*-*-rtems*.
2008-12-01 Joel Sherrill <joel.sherrill@oarcorp.com> * config.gcc: Add m32c*-*-rtems*. * config/m32c/rtems.h: New file. From-SVN: r142323
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index b0e9340..5e9e89d 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -2374,6 +2374,12 @@ am33_2.0-*-linux*)
extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
use_collect2=no
;;
+m32c-*-rtems*)
+ tm_file="dbxelf.h elfos.h svr4.h ${tm_file} m32c/rtems.h rtems.h"
+ tmake_file="${tmake_file} t-rtems"
+ c_target_objs="m32c-pragma.o"
+ cxx_target_objs="m32c-pragma.o"
+ ;;
m32c-*-elf*)
tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
c_target_objs="m32c-pragma.o"