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:
parent
cff4148452
commit
2cd815e756
@ -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
2
configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user