Commit 4b7dff77 by Mike Stump

re PR target/57792 (toplevel configure should enable "--with-sysroot="`xcrun…

re PR target/57792 (toplevel configure should enable "--with-sysroot="`xcrun --show-sdk-path`"" for darwin13 and later)

Remove:
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: r201494
parent 51a5c0c2
...@@ -17,12 +17,6 @@ ...@@ -17,12 +17,6 @@
* configure.ac: Sync from binutils. * configure.ac: Sync from binutils.
* configure: Regenerate. * configure: Regenerate.
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> 2013-06-14 Vidya Praveen <vidyapraveen@arm.com>
* MAINTAINERS (Write After Approval): Add myself. * MAINTAINERS (Write After Approval): Add myself.
......
...@@ -7420,13 +7420,6 @@ if test x${is_cross_compiler} = xyes ; then ...@@ -7420,13 +7420,6 @@ if test x${is_cross_compiler} = xyes ; then
target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}" target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
fi fi
# Pass --with-sysroot on darwin without SDK in /
case "${target}" in
x86_64-*-darwin1[3-9]*)
host_configargs="--with-sysroot=\"`xcrun --show-sdk-path`\" ${host_configargs}"
;;
esac
# Default to --enable-multilib. # Default to --enable-multilib.
if test x${enable_multilib} = x ; then if test x${enable_multilib} = x ; then
target_configargs="--enable-multilib ${target_configargs}" target_configargs="--enable-multilib ${target_configargs}"
......
...@@ -2854,13 +2854,6 @@ if test x${is_cross_compiler} = xyes ; then ...@@ -2854,13 +2854,6 @@ if test x${is_cross_compiler} = xyes ; then
target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}" target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
fi fi
# Pass --with-sysroot on darwin without SDK in /
case "${target}" in
x86_64-*-darwin1[[3-9]]*)
host_configargs="--with-sysroot=\"`xcrun --show-sdk-path`\" ${host_configargs}"
;;
esac
# Default to --enable-multilib. # Default to --enable-multilib.
if test x${enable_multilib} = x ; then if test x${enable_multilib} = x ; then
target_configargs="--enable-multilib ${target_configargs}" target_configargs="--enable-multilib ${target_configargs}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment