From: Nick Clifton Date: Tue, 13 Aug 2013 15:42:17 +0000 (+0000) Subject: * config.gcc: (avr-linux): Allow for tmake_file not being empty. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4de80584ef049b8823dcbea850a0cb1776d6cbc3;p=gcc.git * config.gcc: (avr-linux): Allow for tmake_file not being empty. From-SVN: r201690 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 508a14a9438..7eb0748fd36 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2013-08-13 Nick Clifton + + * config.gcc: (avr-linux): Allow for tmake_file not being empty. + 2013-08-13 Jan Hubicka * cgraph.c (cgraph_turn_edge_to_speculative): Return newly diff --git a/gcc/config.gcc b/gcc/config.gcc index 8f5317cfa62..7e1d5291a56 100644 --- 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"