From: Jack Howarth Date: Wed, 10 Jul 2013 21:22:34 +0000 (+0000) Subject: re PR target/57792 (toplevel configure should enable "--with-sysroot="`xcrun --show... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bff7cdf66d0c54ba3164eebf1c34d53f0fde2d16;p=gcc.git re PR target/57792 (toplevel configure should enable "--with-sysroot="`xcrun --show-sdk-path`"" for darwin13 and later) 2013-07-10 Jack Howarth PR target/57792 * configure.ac: Use --with-sysroot=\"`xcrun --show-sdk-path`\" on darwin13 and later. * configure: Regenerated. From-SVN: r200890 --- diff --git a/ChangeLog b/ChangeLog index 62eac0699a6..b581016c263 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-07-10 Jack Howarth + + PR target/57792 + * configure.ac: Use --with-sysroot=\"`xcrun --show-sdk-path`\" on darwin13 and later. + * configure: Regenerated. + 2013-06-14 Vidya Praveen * MAINTAINERS (Write After Approval): Add myself.