re PR target/55144 (opening glibc-c.o: No such file or directory)

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
This commit is contained in:
Bernhard Reutner-Fischer 2015-04-22 10:25:40 +02:00
parent 07cb4ee604
commit e08cf3453d
2 changed files with 7 additions and 1 deletions

View 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):

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