2010-10-09 Ralf Corsépius <ralf.corsepius@rtems.org>
authorcorsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Oct 2010 09:31:21 +0000 (09:31 +0000)
committercorsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Oct 2010 09:31:21 +0000 (09:31 +0000)
* config.gcc (bfin*-rtems*): Add newlib-stdint.h.
* config.gcc (lm32*-rtems*): Add newlib-stdint.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165216 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.gcc

index 538551d..49f7274 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 5d3973c..240bd42 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"
          ;;