aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2015-10-06 16:36:49 +0000
committerNick Clifton <nickc@gcc.gnu.org>2015-10-06 16:36:49 +0000
commit7c9bb341b06dba75504f91d485907a4562d11347 (patch)
tree01b3658e1f716e42ae6c0ff3c649daf73b30b096 /gcc
parent90bc48789b8ca036a728396de3d26b6a2b6a60e8 (diff)
downloadgcc-7c9bb341b06dba75504f91d485907a4562d11347.zip
gcc-7c9bb341b06dba75504f91d485907a4562d11347.tar.gz
gcc-7c9bb341b06dba75504f91d485907a4562d11347.tar.bz2
* config.gcc (lm32-elf): Add newlib-stdint.h to tm_file.
From-SVN: r228533
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config.gcc2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 918ff3e..2de844f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
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.
(ATTR_PERSIST): New constant.
(msp430_data_attr): New function - verifies an attribute that only
diff --git a/gcc/config.gcc b/gcc/config.gcc
index b3529a8..5818663 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -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*)