This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/15823] Host rpcgen is sort of fundamentally broken for cross-compilers


http://sourceware.org/bugzilla/show_bug.cgi?id=15823

--- Comment #7 from Andreas Schwab <schwab@linux-m68k.org> ---
(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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]