re PR lto/48086 (bootstrap-lto creates c-common.s with too many sections on x86_64-apple-darwin10)

2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>

	    PR lto/48086
	    * configure.ac: Re-enable LTO on *-apple-darwin9*.
	    * configure: Regenerate.

From-SVN: r172671
This commit is contained in:
Jack Howarth 2011-04-18 21:27:00 +00:00 committed by Mike Stump
parent cff4148452
commit 2cd815e756
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
PR lto/48086
* configure.ac: Re-enable LTO on *-apple-darwin9*.
* configure: Regenerate.
2011-04-16 Jim Meyering <meyering@redhat.com>
* MAINTAINERS (Write After Approval): Add myself.

2
configure vendored
View File

@ -5962,7 +5962,7 @@ if test $target_elf = yes; then :
else
if test x"$default_enable_lto" = x"yes" ; then
case $target in
*-apple-darwin9 | *-cygwin* | *-mingw*) ;;
*-apple-darwin9* | *-cygwin* | *-mingw*) ;;
# On other non-ELF platforms, LTO has yet to be validated.
*) enable_lto=no ;;
esac

View File

@ -1500,7 +1500,7 @@ ACX_ELF_TARGET_IFELSE([# ELF platforms build the lto-plugin always.
build_lto_plugin=yes
],[if test x"$default_enable_lto" = x"yes" ; then
case $target in
*-apple-darwin9 | *-cygwin* | *-mingw*) ;;
*-apple-darwin9* | *-cygwin* | *-mingw*) ;;
# On other non-ELF platforms, LTO has yet to be validated.
*) enable_lto=no ;;
esac