Re: [PATCH] PR57792: Bootstrap darwin13 or later with --with-sysroot to find SDK

2013-07-11 Thread Mike Stump
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).

Re: [PATCH] PR57792: Bootstrap darwin13 or later with --with-sysroot to find SDK

2013-07-10 Thread Jack Howarth
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

Re: [PATCH] PR57792: Bootstrap darwin13 or later with --with-sysroot to find SDK

2013-07-10 Thread Mike Stump
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

[PATCH] PR57792: Bootstrap darwin13 or later with --with-sysroot to find SDK

2013-07-04 Thread Jack Howarth
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