summaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2013-08-13 15:42:17 +0000
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2013-08-13 15:42:17 +0000
commitda0aa5754d84bedad4af4ff81e569aa2b8352a48 (patch)
tree6fbe86e3aca877dd8f9e207ae64663067830090c /gcc/config.gcc
parent26865d302bb971b4ac994c2582fe2d669fc1925b (diff)
downloadgcc-da0aa5754d84bedad4af4ff81e569aa2b8352a48.tar.gz
* config.gcc: (avr-linux): Allow for tmake_file not being empty.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201690 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 1 insertions, 1 deletions
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"