On Jul 10, 2013, at 7:05 PM, Jack Howarth wrote:
> Current gcc trunk now builds fine on darwin13. Thanks for the commit.
Thanks the checking (and the work).
On Wed, Jul 10, 2013 at 02:24:48PM -0700, Mike Stump wrote:
> On Jul 4, 2013, at 7:27 PM, Jack Howarth wrote:
> > The attached patch eliminates the problem of the SDK being removed from /
> > in darwin13
> > and later by appending --with-sysroot=\"`xcrun --show-sdk-path`\" to
> > host_configarg
On Jul 4, 2013, at 7:27 PM, Jack Howarth wrote:
> The attached patch eliminates the problem of the SDK being removed from / in
> darwin13
> and later by appending --with-sysroot=\"`xcrun --show-sdk-path`\" to
> host_configargs
> in the top-level configure for those cases . Bootstrap tested on
The attached patch eliminates the problem of the SDK being removed from / in
darwin13
and later by appending --with-sysroot=\"`xcrun --show-sdk-path`\" to
host_configargs
in the top-level configure for those cases . Bootstrap tested on
x86_64-apple-darwin13.
Okay for gcc trunk and gcc-4_8-bra