aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2016-03-01 16:52:37 +0000
committerNick Clifton <nickc@gcc.gnu.org>2016-03-01 16:52:37 +0000
commitdb48a9e352219a9c2e951215956d1e1efc2fbdae (patch)
tree1c34e2f1106b08aedae8a39348542fa4a928fadf /gcc
parent5e3f1c7c70181e8c687be4ccb0b40800ddce2a34 (diff)
downloadgcc-db48a9e352219a9c2e951215956d1e1efc2fbdae.zip
gcc-db48a9e352219a9c2e951215956d1e1efc2fbdae.tar.gz
gcc-db48a9e352219a9c2e951215956d1e1efc2fbdae.tar.bz2
* config.gcc (cr16-*-elf): Add newlib-stdint.h to tm_file.
From-SVN: r233858
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 254a403..54889f9 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2016-03-01 Nick Clifton <nickc@redhat.com>
+
+ * config.gcc (cr16-*-elf): Add newlib-stdint.h to tm_file.
+
2016-03-01 Richard Biener <rguenther@suse.de>
PR tree-optimization/69983
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 4cc6438..67bb508 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1168,7 +1168,7 @@ bfin*-*)
use_gcc_stdint=wrap
;;
cr16-*-elf)
- tm_file="elfos.h ${tm_file}"
+ tm_file="elfos.h ${tm_file} newlib-stdint.h"
tmake_file="${tmake_file} cr16/t-cr16 "
use_collect2=no
;;