diff options
author | Mike Stump <mrs@apple.com> | 2013-08-05 16:05:32 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2013-08-05 16:05:32 +0000 |
commit | 303a26609af2255a33fee370d6f2c18d87d2b848 (patch) | |
tree | 6fb886039734729e52c3f744c2c361e29de3bca1 /configure | |
parent | 7c7b66552d1cca8a2d2519232f26643dbcb6300a (diff) | |
download | gdb-303a26609af2255a33fee370d6f2c18d87d2b848.zip gdb-303a26609af2255a33fee370d6f2c18d87d2b848.tar.gz gdb-303a26609af2255a33fee370d6f2c18d87d2b848.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')
-rwxr-xr-x | configure | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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}" |