This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: -B foo does -isystem foo/include
- To: nathan at codesourcery dot com
- Subject: Re: -B foo does -isystem foo/include
- From: DJ Delorie <dj at redhat dot com>
- Date: Thu, 5 Jul 2001 12:53:44 -0400
- CC: gcc-patches at gcc dot gnu dot org, aoliva at redhat dot com
- References: <3B443AF0.D7E9A7DE@codesourcery.com>
> Which way do we want to resolve this?
> a) the patch which removes the -isystem from gcc's Makefile
> b) a patch which stopped -B foo searching in foo/include (and
> adjusted the docs).
I would prefer doing neither. Why is this needed? What was broken
before?