projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dc14aa
)
* config.gcc: (avr-linux): Allow for tmake_file not being empty.
author
Nick Clifton
<nickc@redhat.com>
Tue, 13 Aug 2013 15:42:17 +0000
(15:42 +0000)
committer
Nick Clifton
<nickc@gcc.gnu.org>
Tue, 13 Aug 2013 15:42:17 +0000
(15:42 +0000)
From-SVN: r201690
gcc/ChangeLog
patch
|
blob
|
history
gcc/config.gcc
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 508a14a943883c46770bfd0eae93fb0716666e2d..7eb0748fd361841a1aa5dc75fed1605905a86dfe 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+2013-08-13 Nick Clifton <nickc@redhat.com>
+
+ * config.gcc: (avr-linux): Allow for tmake_file not being empty.
+
2013-08-13 Jan Hubicka <jh@suse.cz>
* cgraph.c (cgraph_turn_edge_to_speculative): Return newly
diff --git
a/gcc/config.gcc
b/gcc/config.gcc
index 8f5317cfa62ad669ac076252b5cb56f069f8829f..7e1d5291a565a98f0c0a6c91acf2b9eb03e6aac2 100644
(file)
--- a/
gcc/config.gcc
+++ b/
gcc/config.gcc
@@
-1001,7
+1001,7
@@
avr-*-*)
tm_file="${tm_file} ${cpu_type}/avrlibc.h"
tm_defines="${tm_defines} WITH_AVRLIBC"
fi
- tmake_file="avr/t-avr avr/t-multilib"
+ tmake_file="
${tmake_file}
avr/t-avr avr/t-multilib"
use_gcc_stdint=wrap
extra_gcc_objs="driver-avr.o avr-devices.o"
extra_objs="avr-devices.o avr-log.o"