This is the mail archive of the gcc@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: -Dinhibit_libc


On Wed, Mar 07, 2001 at 12:13:46PM -0800, Geoff Keating wrote:
> 
> Don't do it that way.  Start with a temporary set of headers.  It
> turns out that you can start with a set of _empty_ headers and
> everything will still build OK, which probably represents a bug
> somewhere---there are lots of bugs in this area because no-one has
> really looked at it.

I usually pick a working set of glibc headers for a different arch.
I used it to compile gcc for my new target and then use the new cross
gcc to compile glibc for the new target. After that, I will get a set
of glibc headers for my new target. To be safe, I will use the new
correct glibc headers to recompile libgcc.


H.J.


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