an existing tmake_file. Don't add t-slibgcc and t-linux.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212707
138bc75d-0d04-0410-961f-
82ee72b054a4
+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
;;
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-*-*)