aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2013-08-05 15:59:34 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2013-08-05 15:59:34 +0000
commit69c554056b0b456f6b2dc57e5b3d96640de5d19e (patch)
treea3e73891349d8a8915d3bbba4f9ca3f7b8869c81 /configure
parent281dea26b597bc6c20d61a2dd154ec187e6c079c (diff)
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201494 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure b/configure
index 551389bc7c9..9da645bb6b5 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}"