re PR lto/48086 (bootstrap-lto creates c-common.s with too many sections on x86_64-apple-darwin10)
2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu> PR lto/48086 * configure.ac: Re-enable LTO on *-apple-darwin9. * configure: Regenerate. From-SVN: r171058
This commit is contained in:
parent
de15ea9461
commit
51fd6b9057
@ -1,3 +1,9 @@
|
|||||||
|
2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
|
||||||
|
|
||||||
|
PR lto/48086
|
||||||
|
* configure.ac: Re-enable LTO on *-apple-darwin9.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
|
2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
|
||||||
|
|
||||||
PR lto/48086
|
PR lto/48086
|
||||||
|
2
configure
vendored
2
configure
vendored
@ -6206,7 +6206,7 @@ if test $target_elf = yes; then :
|
|||||||
else
|
else
|
||||||
if test x"$default_enable_lto" = x"yes" ; then
|
if test x"$default_enable_lto" = x"yes" ; then
|
||||||
case $target in
|
case $target in
|
||||||
*-cygwin* | *-mingw*) ;;
|
*-apple-darwin9 | *-cygwin* | *-mingw*) ;;
|
||||||
# On other non-ELF platforms, LTO has yet to be validated.
|
# On other non-ELF platforms, LTO has yet to be validated.
|
||||||
*) enable_lto=no ;;
|
*) enable_lto=no ;;
|
||||||
esac
|
esac
|
||||||
|
@ -1743,7 +1743,7 @@ ACX_ELF_TARGET_IFELSE([# ELF platforms build the lto-plugin always.
|
|||||||
build_lto_plugin=yes
|
build_lto_plugin=yes
|
||||||
],[if test x"$default_enable_lto" = x"yes" ; then
|
],[if test x"$default_enable_lto" = x"yes" ; then
|
||||||
case $target in
|
case $target in
|
||||||
*-cygwin* | *-mingw*) ;;
|
*-apple-darwin9 | *-cygwin* | *-mingw*) ;;
|
||||||
# On other non-ELF platforms, LTO has yet to be validated.
|
# On other non-ELF platforms, LTO has yet to be validated.
|
||||||
*) enable_lto=no ;;
|
*) enable_lto=no ;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user