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
This commit is contained in:
Hans-Peter Nilsson 2014-07-17 02:03:11 +00:00 committed by Hans-Peter Nilsson
parent c6f884c0e0
commit 3a213afbb5
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2014-07-16 Hans-Peter Nilsson <hp@axis.com>
* config.gcc (crisv32-*-linux* | cris-*-linux*): Do not override
an existing tmake_file. Don't add t-slibgcc and t-linux.
2014-07-17 Jason Merrill <jason@redhat.com>
PR c++/61623

View File

@ -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-*-*)