This turns lto back on for all darwin9 releases...

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

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

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

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

Index: configure
===================================================================
--- configure   (revision 172670)
+++ configure   (working copy)
@@ -5962,7 +5962,7 @@
 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: configure.ac
===================================================================
--- configure.ac        (revision 172670)
+++ configure.ac        (working copy)
@@ -1500,7 +1500,7 @@
   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

Reply via email to