]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.gcc (bfin*-rtems*): Add newlib-stdint.h.
authorRalf Corsepius <ralf.corsepius@rtems.org>
Sat, 9 Oct 2010 09:31:21 +0000 (11:31 +0200)
committerRalf Corsepius <corsepiu@gcc.gnu.org>
Sat, 9 Oct 2010 09:31:21 +0000 (11:31 +0200)
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: r165216

gcc/ChangeLog
gcc/config.gcc

index 538551d85b85f4eabe348cbf5e66b454fb1e4acf..49f7274cfe7c6502941bede65a1e3ad354b4843e 100644 (file)
@@ -1,3 +1,8 @@
+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.
+
 2010-10-08  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR target/45913
index 5d3973c729d7ddc91b832314b6c97b901b5e641b..240bd42483a5e0625c3cea9b99c7e074b733dc83 100644 (file)
@@ -908,7 +908,7 @@ bfin*-linux-uclibc*)
        use_collect2=no
        ;;
 bfin*-rtems*)
-       tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h bfin/rtems.h rtems.h"
+       tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h bfin/rtems.h rtems.h newlib-stdint.h"
        tmake_file="bfin/t-bfin t-rtems bfin/t-rtems"
        ;;
 bfin*-*)
@@ -1592,7 +1592,7 @@ lm32-*-elf*)
        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"
+       tm_file="dbxelf.h elfos.h ${tm_file} lm32/rtems.h rtems.h newlib-stdint.h"
        tmake_file="${tmake_file} lm32/t-lm32 lm32/t-fprules-softfp soft-fp/t-softfp"
        tmake_file="${tmake_file} t-rtems"
          ;;