diff options
author | Mike Stump <mikestump@comcast.net> | 2013-08-05 16:05:32 +0000 |
---|---|---|
committer | Mike Stump <mikestump@comcast.net> | 2013-08-05 16:05:32 +0000 |
commit | 712a580460834e6ebdca69890f4b72dda0d5f504 (patch) | |
tree | 3adc5d6b0cbb7084e302cbbf77d0fcd2caca7e53 /configure.ac | |
parent | b98e294936816f1470cb7a65d1a094c438edcbc7 (diff) | |
download | newlib-712a580460834e6ebdca69890f4b72dda0d5f504.zip newlib-712a580460834e6ebdca69890f4b72dda0d5f504.tar.gz newlib-712a580460834e6ebdca69890f4b72dda0d5f504.tar.bz2 |
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.ac | 7 |
1 files changed, 0 insertions, 7 deletions
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}" |