diff options
author | aldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-04-22 08:25:40 +0000 |
---|---|---|
committer | aldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-04-22 08:25:40 +0000 |
commit | 45e5f01071f6969c0875649f8372d2613bf013a5 (patch) | |
tree | 61e0ea7c59edc257a7bd40a7c97f878adf43eaea /gcc/config.gcc | |
parent | 5c72dbe7ea5327ebd263556f6a8531e3211f411d (diff) | |
download | gcc-45e5f01071f6969c0875649f8372d2613bf013a5.tar.gz |
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
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222313 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 9552f7b8161..8d405a8f132 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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*) |