aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2009-01-05 16:11:31 +0000
committerJoel Sherrill <joel@gcc.gnu.org>2009-01-05 16:11:31 +0000
commit48a01864c6f06f25670ad95ada8181d841fab26e (patch)
tree89633327420bc7dece456d577819bf188d12e5b5 /gcc/config.gcc
parent96ffc6cd498158fee30ebe47ca1476e8b6bff6f2 (diff)
downloadgcc-48a01864c6f06f25670ad95ada8181d841fab26e.zip
gcc-48a01864c6f06f25670ad95ada8181d841fab26e.tar.gz
gcc-48a01864c6f06f25670ad95ada8181d841fab26e.tar.bz2
config.gcc: Add m32r*-*-rtems*.
2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com> * config.gcc: Add m32r*-*-rtems*. * config/m32r/rtems.h: New file. From-SVN: r143079
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index ba44a951..aa224ae 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1351,6 +1351,11 @@ m32rle-*-elf*)
tm_file="dbxelf.h elfos.h svr4.h m32r/little.h ${tm_file}"
extra_parts="crtinit.o crtfini.o m32rx/crtinit.o m32rx/crtfini.o"
;;
+m32r-*-rtems*)
+ tm_file="dbxelf.h elfos.h svr4.h ${tm_file} m32r/rtems.h rtems.h"
+ tmake_file="m32r/t-m32r t-rtems"
+ extra_parts="crtinit.o crtfini.o"
+ ;;
m32r-*-linux*)
tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} m32r/linux.h"
# We override the tmake_file for linux -- why?