Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure b/configure
index 551389bc7..9da645bb6 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}"