From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15527 invoked by alias); 8 Aug 2013 08:39:33 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Received: (qmail 15401 invoked by uid 48); 8 Aug 2013 08:39:29 -0000 From: "schwab@linux-m68k.org" To: glibc-bugs@sourceware.org Subject: [Bug build/15823] Host rpcgen is sort of fundamentally broken for cross-compilers Date: Thu, 08 Aug 2013 08:39:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: build X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: schwab@linux-m68k.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-08/txt/msg00018.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=15823 --- Comment #7 from Andreas Schwab --- (In reply to joseph@codesourcery.com from comment #3) > I'd say the bug is installing the files in $target/bin/ at all. Interestingly, GCC does that only if $target/bin exists. It doesn't create that directory on its own. (In reply to Brooks Moses from comment #5) > The fun thing there, of course, is that if you remove things like > $target/bin/as, then GCC doesn't know where to find an assembler unless you > explicitly point it at bin/$target-as. Which is arguably just more of the > same bug. This is not a bug, since GCC has been configured to use $target/bin/as (which isn't part of GCC), so if you remove it it will of course break. If you reconfigure GCC to use bin/$target-as it will be happy to use that. -- You are receiving this mail because: You are on the CC list for the bug.