This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
$prefix/lib/../$target/sys-include not in <> search path
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 10 Dec 2007 18:10:24 -0500 (EST)
- Subject: $prefix/lib/../$target/sys-include not in <> search path
When configured with just a --prefix=x and --target=y,
$prefix/lib/../$target/sys-include used to be searched, for e.g.
limits.h, stdio.h and stdlib.h. No $prefix-rooted path shows
up as a "ignoring nonexistent directory" message either.
I don't know when this changed, but it doesn't seem like a
deliberate change. Or at least, not an improvement.
I'll open a PR if I can't resolve this.
brgds, H-P