* config.gcc (lm32-elf): Add newlib-stdint.h to tm_file.
authorNick Clifton <nickc@redhat.com>
Tue, 6 Oct 2015 16:36:49 +0000 (16:36 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Tue, 6 Oct 2015 16:36:49 +0000 (16:36 +0000)
From-SVN: r228533

gcc/ChangeLog
gcc/config.gcc

index 918ff3ebfc9849ef131c7663eecea6e4d93aa0db..2de844f6eeb02cfa0329631224329f521c8af919 100644 (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.
index b3529a84ea29868babf375c9a6978f6a94cb62fc..58186634532af23ab3b735bc3964b1bbedc0d8f0 100644 (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*)