aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2014-07-17 02:03:11 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2014-07-17 02:03:11 +0000
commit3a213afbb56ec69625a816642391f0b7294b797a (patch)
treee3936c591fe2f507b83be88e69717251f6579b01 /gcc/config.gcc
parentc6f884c0e075196f9770f466fec2a2e507a1c909 (diff)
downloadgcc-3a213afbb56ec69625a816642391f0b7294b797a.zip
gcc-3a213afbb56ec69625a816642391f0b7294b797a.tar.gz
gcc-3a213afbb56ec69625a816642391f0b7294b797a.tar.bz2
config.gcc (crisv32-*-linux* | cris-*-linux*): Do not override an existing tmake_file.
* config.gcc (crisv32-*-linux* | cris-*-linux*): Do not override an existing tmake_file. Don't add t-slibgcc and t-linux. From-SVN: r212707
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index cfb5014..aa2d1a9 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1121,8 +1121,7 @@ cris-*-elf | cris-*-none)
;;
crisv32-*-linux* | cris-*-linux*)
tm_file="dbxelf.h elfos.h ${tm_file} gnu-user.h linux.h glibc-stdint.h cris/linux.h"
- # We need to avoid using t-linux, so override default tmake_file
- tmake_file="cris/t-cris cris/t-linux t-slibgcc t-linux"
+ tmake_file="${tmake_file} cris/t-cris cris/t-linux"
extra_options="${extra_options} cris/linux.opt"
case $target in
cris-*-*)