aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Howarth <howarth@bromo.med.uc.edu>2013-07-10 21:22:34 +0000
committerMike Stump <mrs@gcc.gnu.org>2013-07-10 21:22:34 +0000
commitbff7cdf66d0c54ba3164eebf1c34d53f0fde2d16 (patch)
tree35d6b4abe2c2fe7ad4e27f1dd37a053b7fc832d8
parent9a5be7f963786c2df43b7cc3d08cf57b92cecad6 (diff)
downloadgcc-bff7cdf66d0c54ba3164eebf1c34d53f0fde2d16.zip
gcc-bff7cdf66d0c54ba3164eebf1c34d53f0fde2d16.tar.gz
gcc-bff7cdf66d0c54ba3164eebf1c34d53f0fde2d16.tar.bz2
re PR target/57792 (toplevel configure should enable "--with-sysroot="`xcrun --show-sdk-path`"" for darwin13 and later)
2013-07-10 Jack Howarth <howarth@bromo.med.uc.edu> PR target/57792 * configure.ac: Use --with-sysroot=\"`xcrun --show-sdk-path`\" on darwin13 and later. * configure: Regenerated. From-SVN: r200890
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62eac06..b581016 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-07-10 Jack Howarth <howarth@bromo.med.uc.edu>
+
+ PR target/57792
+ * configure.ac: Use --with-sysroot=\"`xcrun --show-sdk-path`\" on darwin13 and later.
+ * configure: Regenerated.
+
2013-06-14 Vidya Praveen <vidyapraveen@arm.com>
* MAINTAINERS (Write After Approval): Add myself.