aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.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/config.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/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 1 insertions, 1 deletions
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*)