From 3a213afbb56ec69625a816642391f0b7294b797a Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Thu, 17 Jul 2014 02:03:11 +0000 Subject: 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 --- gcc/config.gcc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gcc/config.gcc') 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-*-*) -- cgit v1.1