aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-08-13 15:42:17 +0000
committerNick Clifton <nickc@gcc.gnu.org>2013-08-13 15:42:17 +0000
commit4de80584ef049b8823dcbea850a0cb1776d6cbc3 (patch)
tree6fbe86e3aca877dd8f9e207ae64663067830090c /gcc/config.gcc
parent2dc14aac5bb0af0fa62af9c73ef9551922a7f066 (diff)
downloadgcc-4de80584ef049b8823dcbea850a0cb1776d6cbc3.zip
gcc-4de80584ef049b8823dcbea850a0cb1776d6cbc3.tar.gz
gcc-4de80584ef049b8823dcbea850a0cb1776d6cbc3.tar.bz2
* config.gcc: (avr-linux): Allow for tmake_file not being empty.
From-SVN: r201690
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 8f5317c..7e1d529 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"