diff mbox

turn lto back on for darwin9*

Message ID F58EB2CA-6CB3-45F6-B87C-6E3B1CBB593B@comcast.net
State New
Headers show

Commit Message

Mike Stump April 18, 2011, 9:27 p.m. UTC
This turns lto back on for all darwin9 releases...

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-18  Jack Howarth  <howarth@bromo.med.uc.edu>

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

Patch

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