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:
parent
c6f884c0e0
commit
3a213afbb5
@ -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
|
||||
|
@ -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-*-*)
|
||||
|
Loading…
Reference in New Issue
Block a user