re PR target/57792 (toplevel configure should enable "--with-sysroot="`xcrun --show...
authorMike Stump <mrs@gcc.gnu.org>
Mon, 5 Aug 2013 15:59:34 +0000 (15:59 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Mon, 5 Aug 2013 15:59:34 +0000 (15:59 +0000)
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

ChangeLog
configure
configure.ac

index 712c2c2016d93975922c2d1695d72ca6c2478b5c..ef7b1a05b4412806e4139276b135673ff0618327 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * configure.ac: Sync from binutils.
        * 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>
 
        * MAINTAINERS (Write After Approval): Add myself.
index 551389bc7c950a5bca1e0a039843d2f624071547..9da645bb6b5bede97e3d27f9adfaff6fa7e6efd6 100755 (executable)
--- a/configure
+++ b/configure
@@ -7420,13 +7420,6 @@ if test x${is_cross_compiler} = xyes ; then
   target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
 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.
 if test x${enable_multilib} = x ; then
   target_configargs="--enable-multilib ${target_configargs}"
index d4dc10bd725c2ec1ef03bd318e225c42afa2f011..226239b77d0e35eda60b93b9aef6938cc18647ce 100644 (file)
@@ -2854,13 +2854,6 @@ if test x${is_cross_compiler} = xyes ; then
   target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
 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.
 if test x${enable_multilib} = x ; then
   target_configargs="--enable-multilib ${target_configargs}"