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]
Other format: [Raw text]

Re: [PATCH] Disable bprob.exp for cross targets


On Tue, 2003-09-30 at 22:42, Hans-Peter Nilsson wrote:
> On Tue, 30 Sep 2003, Eric Christopher wrote:
> > > > We need the headers to build libgcc to begin with.
> > >
> > > No, not at all.
> 
> ... not with -Dinhibit_libc, that is.

Hunh.

> 
> > > I also tried --without-newlib with newlib still in the tree
> > > which gets rid of the options above (and should cause newlib and
> > > libgloss not to be built), and gcc and libgcc still built,
> > > thanks to -Dinhibit_libc.
> > >
> >
> > Which headers were you grabbing? The system headers from the build host?
> 
> No headers at all (except those generated by gcc), since none
> are included.  That's what inhibit_libc does, inhibits libc
> usage!  (Well, except for malloc, free, atexit, abort; see
> tsystem.h.)  Or maybe I misunderstood you?

Interesting. Now to figure out exactly what we need to do to get
everything building probably.

-eric

-- 
Eric Christopher <echristo@redhat.com>


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