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.
This commit is contained in:
parent
b98e294936
commit
712a580460
@ -3,12 +3,6 @@
|
|||||||
* src-release (VER): Use $(TOOL)/common/create-version.sh
|
* src-release (VER): Use $(TOOL)/common/create-version.sh
|
||||||
if it exists.
|
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>
|
2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
|
||||||
|
|
||||||
* configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
|
* configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
|
||||||
|
7
configure
vendored
7
configure
vendored
@ -7420,13 +7420,6 @@ if test x${is_cross_compiler} = xyes ; then
|
|||||||
target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
|
target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
|
||||||
fi
|
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.
|
# Default to --enable-multilib.
|
||||||
if test x${enable_multilib} = x ; then
|
if test x${enable_multilib} = x ; then
|
||||||
target_configargs="--enable-multilib ${target_configargs}"
|
target_configargs="--enable-multilib ${target_configargs}"
|
||||||
|
@ -2854,13 +2854,6 @@ if test x${is_cross_compiler} = xyes ; then
|
|||||||
target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
|
target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
|
||||||
fi
|
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.
|
# Default to --enable-multilib.
|
||||||
if test x${enable_multilib} = x ; then
|
if test x${enable_multilib} = x ; then
|
||||||
target_configargs="--enable-multilib ${target_configargs}"
|
target_configargs="--enable-multilib ${target_configargs}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user