diff options
author | Jack Howarth <howarth@bromo.med.uc.edu> | 2013-07-10 21:22:34 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2013-07-10 21:22:34 +0000 |
commit | bff7cdf66d0c54ba3164eebf1c34d53f0fde2d16 (patch) | |
tree | 35d6b4abe2c2fe7ad4e27f1dd37a053b7fc832d8 | |
parent | 9a5be7f963786c2df43b7cc3d08cf57b92cecad6 (diff) | |
download | gcc-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |