diff options
author | Nick Clifton <nickc@redhat.com> | 2016-03-01 16:52:37 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2016-03-01 16:52:37 +0000 |
commit | db48a9e352219a9c2e951215956d1e1efc2fbdae (patch) | |
tree | 1c34e2f1106b08aedae8a39348542fa4a928fadf | |
parent | 5e3f1c7c70181e8c687be4ccb0b40800ddce2a34 (diff) | |
download | gcc-db48a9e352219a9c2e951215956d1e1efc2fbdae.zip gcc-db48a9e352219a9c2e951215956d1e1efc2fbdae.tar.gz gcc-db48a9e352219a9c2e951215956d1e1efc2fbdae.tar.bz2 |
* config.gcc (cr16-*-elf): Add newlib-stdint.h to tm_file.
From-SVN: r233858
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config.gcc | 2 |
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 ;; |