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 #8 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
On Thu, 8 Aug 2013, brooks at gcc dot gnu.org wrote:

> http://sourceware.org/bugzilla/show_bug.cgi?id=15823
> 
> --- Comment #5 from Brooks Moses <brooks at gcc dot gnu.org> ---
> (In reply to joseph@codesourcery.com from comment #3)
> > The bug is that GCC's $target/bin/cpp is broken; only bin/$target-cpp works.
> > 
> > I'd say the bug is installing the files in $target/bin/ at all.
> 
> I.e., that there should only be bin/$target-gcc and so forth?

Yes.  That directory contains executables from binutils for internal use 
by GCC; that's its sole purpose.  The files installed by GCC there aren't 
used by GCC (rather, the public installed copy of the driver gets used 
when collect2 needs to call back to the driver), so shouldn't be 
installed.

-- 
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]