This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/57792] toplevel configure should enable "--with-sysroot="`xcrun --show-sdk-path`"" for darwin13 and later


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57792

Jack Howarth <howarth at nitro dot med.uc.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|fixincludes doesn't honor   |toplevel configure should
                   |the use of --with-sysroot   |enable
                   |during bootstrap            |"--with-sysroot="`xcrun
                   |                            |--show-sdk-path`"" for
                   |                            |darwin13 and later

--- Comment #4 from Jack Howarth <howarth at nitro dot med.uc.edu> ---
Sorry for the noise. The addition ofâ

--with-sysroot="`xcrun --show-sdk-path`"

in fact does allow fixincludes to find the buried usr/include. I'm not sure
what other option I was passing that prevented that from working before.
   I have switched this PR to an enhancement request for modifying the top
level configure.ac to passâ

--with-sysroot="`xcrun --show-sdk-path`"

for darwin13 or later. I am unclear how this can be done considering that the
top level configure.ac doesn't mention --with-sysroot. However I am sure we
should be passing it down from there to insure that all of the other configure
files get that option set.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]