diff options
author | Ralf Corsepius <ralf.corsepius@rtems.org> | 2004-11-23 06:30:32 +0100 |
---|---|---|
committer | Ralf Corsepius <corsepiu@gcc.gnu.org> | 2004-11-23 06:30:32 +0100 |
commit | 70d6418981cbd1ab4b9ffc0f4c0e85fb30c50d5f (patch) | |
tree | 8d9755ae9a0fe910fba07e7b0d8d1583dd170943 /gcc/config.gcc | |
parent | a100ac1e28fc8f0c22ceea85eef74b7ac8615daa (diff) | |
download | gcc-70d6418981cbd1ab4b9ffc0f4c0e85fb30c50d5f.zip gcc-70d6418981cbd1ab4b9ffc0f4c0e85fb30c50d5f.tar.gz gcc-70d6418981cbd1ab4b9ffc0f4c0e85fb30c50d5f.tar.bz2 |
t-rtems: New.
2004-11-23 Ralf Corsepius <ralf.corsepius@rtems.org>
* config/arm/t-rtems: New.
* config.gcc: Reflect having added arm/t-rtems.
From-SVN: r91076
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 14b9a28..edff656 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -675,7 +675,7 @@ arm*-*-eabi* | arm*-*-symbianelf* ) ;; arm*-*-rtems*) tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/rtems-elf.h rtems.h" - tmake_file="arm/t-arm arm/t-arm-elf t-rtems" + tmake_file="arm/t-arm arm/t-arm-elf t-rtems arm/t-rtems" ;; arm*-*-elf | ep9312-*-elf) tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h" |