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

ChangeLog
configure
configure.ac

index ab6a900c51fa8aeae5887962107c66beb34e64a6..3699c1bd6a35e8f81170ecca0d090295d51d6f9c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        PR lto/48086
index 2a21f9f67b946647826f06bff0d636a2cc653662..32f239ea4ed77dadb116e989fe80d6f49718b095 100755 (executable)
--- a/configure
+++ b/configure
@@ -6206,7 +6206,7 @@ if test $target_elf = yes; then :
 else
   if test x"$default_enable_lto" = x"yes" ; then
     case $target in
-      *-cygwin* | *-mingw*) ;;
+      *-apple-darwin9 | *-cygwin* | *-mingw*) ;;
       # On other non-ELF platforms, LTO has yet to be validated.
       *) enable_lto=no ;;
     esac
index 02eb78459ecb8dabac1fa98d50fecc5be168d23c..6b17b68dc0a58653f66cedf0de8af6bcfa76bc3c 100644 (file)
@@ -1743,7 +1743,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
-      *-cygwin* | *-mingw*) ;;
+      *-apple-darwin9 | *-cygwin* | *-mingw*) ;;
       # On other non-ELF platforms, LTO has yet to be validated.
       *) enable_lto=no ;;
     esac