a question about fix-header.c
Ian Lance Taylor
ian@airs.com
Fri Jan 21 17:28:00 GMT 2005
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
More information about the Gcc
mailing list