projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e3f1c7
)
* config.gcc (cr16-*-elf): Add newlib-stdint.h to tm_file.
author
Nick Clifton
<nickc@redhat.com>
Tue, 1 Mar 2016 16:52:37 +0000
(16:52 +0000)
committer
Nick Clifton
<nickc@gcc.gnu.org>
Tue, 1 Mar 2016 16:52:37 +0000
(16:52 +0000)
From-SVN: r233858
gcc/ChangeLog
patch
|
blob
|
history
gcc/config.gcc
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 254a403e55af4fed567f1040ec0f1750792d6778..54889f94e61457c1050724b3075d19ca683e2bc5 100644
(file)
--- 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 4cc6438406fe8080b5d663eb4157c30891314f48..67bb508e3e3cb2c571513f1b9a68558794ade637 100644
(file)
--- 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
;;