diff options
author | Mike Stump <mrs@apple.com> | 2013-08-05 16:05:31 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2013-08-05 16:05:31 +0000 |
commit | ff28ef08404333fdaad30f62662ef5f9371208ad (patch) | |
tree | 1e4e86fa47dc2e3942ea021c126b645704531234 | |
parent | 54655f95e480b092eb3082c21e4336d24e2a0851 (diff) | |
download | gdb-ff28ef08404333fdaad30f62662ef5f9371208ad.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.
-rw-r--r-- | ChangeLog | 6 | ||||
-rwxr-xr-x | configure | 7 | ||||
-rw-r--r-- | configure.ac | 7 |
3 files changed, 0 insertions, 20 deletions
diff --git a/ChangeLog b/ChangeLog index fb461592095..8b16b09014b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,12 +3,6 @@ * src-release (VER): Use $(TOOL)/common/create-version.sh if it exists. -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. - 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com> * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*) 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}" diff --git a/configure.ac b/configure.ac index d4dc10bd725..226239b77d0 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}" |