aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rwxr-xr-xconfigure7
-rw-r--r--configure.ac7
3 files changed, 0 insertions, 20 deletions
diff --git a/ChangeLog b/ChangeLog
index 712c2c20..ef7b1a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,12 +17,6 @@
* 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.
diff --git a/configure b/configure
index 551389b..9da645b 100755
--- 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}"
diff --git a/configure.ac b/configure.ac
index d4dc10b..226239b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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}"