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

Re: a question about fix-header.c


Kai Ruottu <karuottu@mbnet.fi> writes:

> So everything looks fine what becomes to the GCC manuals (forgetting the
> "Install" one which seems to be written partly with newbies...). People know
> what are the 'standard headers' usually in '/usr/include' in a native compiler
> and copied to the '$prefix/$target/include' in a crosscompiler. And that those
> 'system headers' are something which doesn't usually exist and if existing,
> only the 'standard headers' are tried to be fixed for GCC...

A better way to handle it these days is to forget about all that and
to use --with-sysroot instead.

Ian


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