re PR lto/48086 (bootstrap-lto creates c-common.s with too many sections on x86_64...
authorJack Howarth <howarth@bromo.med.uc.edu>
Mon, 18 Apr 2011 21:27:00 +0000 (21:27 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Mon, 18 Apr 2011 21:27:00 +0000 (21:27 +0000)
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

ChangeLog
configure
configure.ac

index 66178e708c93e4685c50ce7e81954e5ae7b62afb..885ed11aa03e45a60ae91cc0c410438449e2499b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 8a146e2bfd010468401dacacdd52ab2fd7a21bed..3a9de0f459aa8d8e8ae6cefad85459ba4cf72fc4 100755 (executable)
--- a/configure
+++ b/configure
@@ -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
index 68208dcefbc3c5bcb83e90dd3dafba62ea9ad4de..baa56bdb95272af4a8e5c4ab19fcef2b4f880587 100644 (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