projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c65bd5
)
* config.gcc (mep-*-elf): Add newlib-stdint.h to tm_file.
author
Nick Clifton
<nickc@redhat.com>
Wed, 2 Mar 2016 09:53:05 +0000
(09:53 +0000)
committer
Nick Clifton
<nickc@gcc.gnu.org>
Wed, 2 Mar 2016 09:53:05 +0000
(09:53 +0000)
From-SVN: r233900
gcc/ChangeLog
patch
|
blob
|
history
gcc/config.gcc
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index f41307172746c3943c03e4bcb58ebfac909aea65..adcf50b68d37aec10dbbf71f12dcbe373be5f111 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+2016-03-02 Nick Clifton <nickc@redhat.com>
+
+ * config.gcc (mep-*-elf): Add newlib-stdint.h to tm_file.
+
2016-03-02 Richard Biener <rguenther@suse.de>
Uros Bizjak <ubizjak@gmail.com>
diff --git
a/gcc/config.gcc
b/gcc/config.gcc
index 9fe0828db2b91e70b79fce2579cf559ef663ffc6..67222601e1c1d294499112f3c6906280ddb379f3 100644
(file)
--- a/
gcc/config.gcc
+++ b/
gcc/config.gcc
@@
-1974,7
+1974,7
@@
mcore-*-elf)
inhibit_libc=true
;;
mep-*-*)
- tm_file="dbxelf.h elfos.h ${tm_file}"
+ tm_file="dbxelf.h elfos.h ${tm_file}
newlib-stdint.h
"
tmake_file=mep/t-mep
c_target_objs="mep-pragma.o"
cxx_target_objs="mep-pragma.o"