Commit 7c9bb341 by Nick Clifton Committed by Nick Clifton

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

From-SVN: r228533
parent 90bc4878
2015-10-06 Nick Clifton <nickc@redhat.com> 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. * config/msp430/msp430.c (ATTR_NOINIT): New constant.
(ATTR_PERSIST): New constant. (ATTR_PERSIST): New constant.
(msp430_data_attr): New function - verifies an attribute that only (msp430_data_attr): New function - verifies an attribute that only
...@@ -1834,7 +1834,7 @@ iq2000*-*-elf*) ...@@ -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*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment