* 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
+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
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*-*)
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"
;;