This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: PR57792 fixincludes doesn't honor the use of --with-sysroot during bootstrap
- From: Jack Howarth <howarth at bromo dot med dot uc dot edu>
- To: Bruce Korb <bkorb at gnu dot org>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 4 Jul 2013 19:13:11 -0400
- Subject: Re: PR57792 fixincludes doesn't honor the use of --with-sysroot during bootstrap
- References: <20130704164015 dot GA15640 at bromo dot med dot uc dot edu> <51D5B3D9 dot 4040901 at gnu dot org>
Does anyone know if it is possible to have the toplevel configure.ac set...
--with-sysroot="`xcrun --show-sdk-path`"
for darwin13 or later? In particular, I am confused by the fact that the toplevel
configure.ac doesn't define that particular configure option and just passes it
down to the lower level configure files. It is unclear how you are supposed
to set such a configure option in the toplevel configure file where is not defined.
Any advice would be welcome.
Jack