* config.gcc (lm32-elf): Add newlib-stdint.h to tm_file.

From-SVN: r228533
This commit is contained in:
Nick Clifton 2015-10-06 16:36:49 +00:00 committed by Nick Clifton
parent 90bc48789b
commit 7c9bb341b0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-10-06 Nick Clifton <nickc@redhat.com>
* config.gcc (lm32-elf): Add newlib-stdint.h to tm_file.
2015-10-06 Nick Clifton <nickc@redhat.com>
* config/msp430/msp430.c (ATTR_NOINIT): New constant.

View File

@ -1834,7 +1834,7 @@ iq2000*-*-elf*)
md_file=iq2000/iq2000.md
;;
lm32-*-elf*)
tm_file="dbxelf.h elfos.h ${tm_file}"
tm_file="dbxelf.h elfos.h ${tm_file} newlib-stdint.h"
tmake_file="${tmake_file} lm32/t-lm32"
;;
lm32-*-rtems*)