mirror of git://gcc.gnu.org/git/gcc.git
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>
|
2011-04-16 Jim Meyering <meyering@redhat.com>
|
||||||
|
|
||||||
* MAINTAINERS (Write After Approval): Add myself.
|
* MAINTAINERS (Write After Approval): Add myself.
|
||||||
|
|
|
@ -5962,7 +5962,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
|
||||||
*-apple-darwin9 | *-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
|
||||||
|
|
|
@ -1500,7 +1500,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
|
||||||
*-apple-darwin9 | *-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