This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/18555] Need a command line switch to control gcc's include and libary finding mechanism
- From: "dpatel at apple dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Nov 2004 01:21:06 -0000
- Subject: [Bug other/18555] Need a command line switch to control gcc's include and libary finding mechanism
- References: <20041118211540.18555.spolk@apple.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dpatel at apple dot com 2004-11-19 01:21 -------
It seems -isysroot may do the task here. I see its implementation in c-opts.c, but unfortunetly 1) it is
not documented in cppopts.texi and 2) driver has one bug that causes it to eat isysroot argument.
I will investigate.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18555