From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15372 invoked by alias); 16 Apr 2013 10:15:59 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 15323 invoked by uid 48); 16 Apr 2013 10:15:56 -0000 From: "mans at mansr dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/55144] opening glibc-c.o: No such file or directory Date: Tue, 16 Apr 2013 10:15:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: mans at mansr dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: CC Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-SW-Source: 2013-04/txt/msg01520.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55144 Mans Rullgard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mans at mansr dot com --- Comment #1 from Mans Rullgard 2013-04-16 10:15:55 UTC --- This fixes this problem (still fails building libgcc) for bfin-uclibc: --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -966,7 +966,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" + tmake_file="${tmake_file} bfin/t-bfin-linux t-slibgcc" use_collect2=no ;; bfin*-rtems*)