re PR target/55144 (opening glibc-c.o: No such file or directory)
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Wed, 22 Apr 2015 08:25:40 +0000 (10:25 +0200)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Wed, 22 Apr 2015 08:25:40 +0000 (10:25 +0200)
PR target/55144

building all-gcc for bfin-linux-uclibc resulted in

build/genchecksum cp/cp-lang.o c-family/stub-objc.o ... glibc-c.o \
libbackend.a .. > cc1plus-checksum.c.tmp
opening glibc-c.o: No such file or directory
make[2]: *** [cc1-checksum.c] Error 1

From-SVN: r222313

gcc/ChangeLog
gcc/config.gcc

index 3eb1260d75f8cd8490298e3aa53f214705ff97f2..627f34f37391af79af126010264a152d52f94e03 100644 (file)
@@ -1,3 +1,9 @@
+2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
+
+       PR target/55144
+       * config.gcc (bfin*-linux-uclibc*): Prepend tmake_file and
+       remove already contained t-files.
+
 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
 
        * tree-tailcall.c (suitable_for_tail_opt_p, find_tail_calls):
index 9552f7b8161ee391370506f7093e78d3df725ae8..8d405a8f132733d812240538e6cb3768884f574f 100644 (file)
@@ -1123,7 +1123,7 @@ bfin*-uclinux*)
        ;;
 bfin*-linux-uclibc*)
        tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h gnu-user.h linux.h glibc-stdint.h bfin/linux.h ./linux-sysroot-suffix.h"
-       tmake_file="bfin/t-bfin-linux t-slibgcc t-linux"
+       tmake_file="${tmake_file} bfin/t-bfin-linux"
        use_collect2=no
        ;;
 bfin*-rtems*)