* config.gcc (lm32-elf): Add newlib-stdint.h to tm_file.
From-SVN: r228533
This commit is contained in:
parent
90bc48789b
commit
7c9bb341b0
@ -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>
|
2015-10-06 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* config/msp430/msp430.c (ATTR_NOINIT): New constant.
|
* config/msp430/msp430.c (ATTR_NOINIT): New constant.
|
||||||
|
@ -1834,7 +1834,7 @@ iq2000*-*-elf*)
|
|||||||
md_file=iq2000/iq2000.md
|
md_file=iq2000/iq2000.md
|
||||||
;;
|
;;
|
||||||
lm32-*-elf*)
|
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"
|
tmake_file="${tmake_file} lm32/t-lm32"
|
||||||
;;
|
;;
|
||||||
lm32-*-rtems*)
|
lm32-*-rtems*)
|
||||||
|
Loading…
Reference in New Issue
Block a user