diff options
author | Ralf Corsepius <ralf.corsepius@rtems.org> | 2011-11-04 19:16:31 +0100 |
---|---|---|
committer | Ralf Corsepius <corsepiu@gcc.gnu.org> | 2011-11-04 19:16:31 +0100 |
commit | 4ce7e3a98e9294017a26b4d1002eff84256b9505 (patch) | |
tree | 089a4fd167ae6bf6dc867a41982c1213d1f4d3ca /gcc/config.gcc | |
parent | e03af9c4b75a5e24619eaa8aa5eeafed57b2edbe (diff) | |
download | gcc-4ce7e3a98e9294017a26b4d1002eff84256b9505.zip gcc-4ce7e3a98e9294017a26b4d1002eff84256b9505.tar.gz gcc-4ce7e3a98e9294017a26b4d1002eff84256b9505.tar.bz2 |
config.gcc (bfin*-rtems*): Add newlib-stdint.h.
2010-10-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* config.gcc (bfin*-rtems*): Add newlib-stdint.h.
* config.gcc (lm32*-rtems*): Add newlib-stdint.h.
From-SVN: r180974
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index ade0025..875a68c 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1539,6 +1539,7 @@ lm32-*-rtems*) tm_file="dbxelf.h elfos.h ${tm_file} lm32/rtems.h rtems.h newlib-stdint.h" tmake_file="${tmake_file} lm32/t-lm32" tmake_file="${tmake_file} t-rtems" + tmake_file="${tmake_file} lm32/t-rtems" ;; lm32-*-uclinux*) tm_file="dbxelf.h elfos.h ${tm_file} gnu-user.h linux.h lm32/uclinux-elf.h" |