]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config.gcc (crisv32-*-linux* | cris-*-linux*): Do not override
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Jul 2014 02:03:11 +0000 (02:03 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Jul 2014 02:03:11 +0000 (02:03 +0000)
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

gcc/ChangeLog
gcc/config.gcc

index 66ea5a949d5c71eeacedd7c3c89b2698d1c7b3ca..8e10479648996750d0f512c39e30026faa128cf4 100644 (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
index cfb50140a04a37eb7361b4f95c90707ae3e5bc38..aa2d1a97897104f4d79df4e960bec08c7a58e40f 100644 (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-*-*)