summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2013-08-05 16:05:31 +0000
committerMike Stump <mrs@apple.com>2013-08-05 16:05:31 +0000
commit18462446b37a17424dd7a50f685c802742387a2d (patch)
tree2170d205c050543355dfcc1149033ff32dfd10bf /configure.ac
parent5c8a03c48fa6507cab82f6f6602d7aa7ab49e0c5 (diff)
downloadbinutils-redhat-18462446b37a17424dd7a50f685c802742387a2d.tar.gz
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index d4dc10bd72..226239b77d 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}"