This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

Re: [patch] inhibit_libc in config/rs6000/linux.h


On Fri, Sep 14, 2001 at 01:44:42PM -0400, Will Cohen wrote:
> Richard Henderson wrote:
> > 
> > On Tue, Sep 11, 2001 at 10:28:54PM -0400, Will Cohen wrote:
> > > I don't think what you are proposing is going to easy to implement.
> > 
> > No, Will, make install-headers already exists, works, and
> > is the proper solution.
> > 
> > r~
> 
> This morning I set up a compiler to appear to be the cross compiler so
> that the glibc configure would complete. Then rather than doing a full
> "make" of glibc I attempted a "make install-headers". It didn't work.
> The configure appears to work, and then I started the "make
> install-headers". Below is the tail end of the log from the build:

It wasn't convinced it was a cross-compiler, probably.  You need to
disable the generation of RPC headers, or provide an rpcgen binary for
it to use instead of building its own.  This is on my list of little
things in glibc to fix.  A patch to not build these particular headers
is quite simple; it's a small change in sunrpc/Makefile.


-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer


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