Commit 4de80584 by Nick Clifton Committed by Nick Clifton

* config.gcc: (avr-linux): Allow for tmake_file not being empty.

From-SVN: r201690
parent 2dc14aac
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> 2013-08-13 Jan Hubicka <jh@suse.cz>
* cgraph.c (cgraph_turn_edge_to_speculative): Return newly * cgraph.c (cgraph_turn_edge_to_speculative): Return newly
......
...@@ -1001,7 +1001,7 @@ avr-*-*) ...@@ -1001,7 +1001,7 @@ avr-*-*)
tm_file="${tm_file} ${cpu_type}/avrlibc.h" tm_file="${tm_file} ${cpu_type}/avrlibc.h"
tm_defines="${tm_defines} WITH_AVRLIBC" tm_defines="${tm_defines} WITH_AVRLIBC"
fi fi
tmake_file="avr/t-avr avr/t-multilib" tmake_file="${tmake_file} avr/t-avr avr/t-multilib"
use_gcc_stdint=wrap use_gcc_stdint=wrap
extra_gcc_objs="driver-avr.o avr-devices.o" extra_gcc_objs="driver-avr.o avr-devices.o"
extra_objs="avr-devices.o avr-log.o" extra_objs="avr-devices.o avr-log.o"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment