projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90bc487
)
* config.gcc (lm32-elf): Add newlib-stdint.h to tm_file.
author
Nick Clifton
<nickc@redhat.com>
Tue, 6 Oct 2015 16:36:49 +0000
(16:36 +0000)
committer
Nick Clifton
<nickc@gcc.gnu.org>
Tue, 6 Oct 2015 16:36:49 +0000
(16:36 +0000)
From-SVN: r228533
gcc/ChangeLog
patch
|
blob
|
history
gcc/config.gcc
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 918ff3ebfc9849ef131c7663eecea6e4d93aa0db..2de844f6eeb02cfa0329631224329f521c8af919 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+2015-10-06 Nick Clifton <nickc@redhat.com>
+
+ * config.gcc (lm32-elf): Add newlib-stdint.h to tm_file.
+
2015-10-06 Nick Clifton <nickc@redhat.com>
* config/msp430/msp430.c (ATTR_NOINIT): New constant.
diff --git
a/gcc/config.gcc
b/gcc/config.gcc
index b3529a84ea29868babf375c9a6978f6a94cb62fc..58186634532af23ab3b735bc3964b1bbedc0d8f0 100644
(file)
--- 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*)