aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorRalf Corsepius <corsepiu@gcc.gnu.org>2010-04-02 04:59:07 +0200
committerRalf Corsepius <corsepiu@gcc.gnu.org>2010-04-02 04:59:07 +0200
commitd7856dc71d7e4a83f7ff9f67242c3132c1cf3be9 (patch)
tree8cf4697dc86f759c7c9d37ef7ae01549b8cf586a /gcc/config.gcc
parentff73c182c0b070c3f34b9d00a433c2df58d06c2f (diff)
downloadgcc-d7856dc71d7e4a83f7ff9f67242c3132c1cf3be9.zip
gcc-d7856dc71d7e4a83f7ff9f67242c3132c1cf3be9.tar.gz
gcc-d7856dc71d7e4a83f7ff9f67242c3132c1cf3be9.tar.bz2
[multiple changes]
2010-04-01 Ralf Corsépius <ralf.corsepius@rtems.org> * config.gcc (lm32-*-rtems*): Add t-lm32. 2010-04-01 Joel Sherrill <joel.sherrill@oarcorp.com> * config.gcc: Add lm32-*-rtems*. * config/lm32/rtems.h: New file. From-SVN: r157937
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 c26ae5a..022442c 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1504,6 +1504,11 @@ lm32-*-elf*)
tm_file="dbxelf.h elfos.h ${tm_file}"
tmake_file="${tmake_file} lm32/t-lm32 lm32/t-fprules-softfp soft-fp/t-softfp"
;;
+lm32-*-rtems*)
+ tm_file="dbxelf.h elfos.h ${tm_file} lm32/rtems.h rtems.h"
+ tmake_file="${tmake_file} lm32/t-lm32 lm32/t-fprules-softfp soft-fp/t-softfp"
+ tmake_file="${tmake_file} t-rtems"
+ ;;
lm32-*-uclinux*)
tm_file="dbxelf.h elfos.h ${tm_file} linux.h lm32/uclinux-elf.h"
tmake_file="${tmake_file} lm32/t-lm32 lm32/t-fprules-softfp soft-fp/t-softfp"