OSDN Git Service

Merge from GCC:
authorjsm28 <jsm28>
Thu, 28 Apr 2011 13:26:23 +0000 (13:26 +0000)
committerjsm28 <jsm28>
Thu, 28 Apr 2011 13:26:23 +0000 (13:26 +0000)
2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>

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

ChangeLog
configure
configure.ac

index 4800c0c..72e6a91 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
 
+       Merge from GCC:
+
+       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-28  Joseph Myers  <joseph@codesourcery.com>
+
        * configure.ac: Separate cases disabling Java and Java libraries
        from general case over targets.
        * configure: Regenerate.
index 059e54b..1bcc681 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
-      *-apple-darwin9 | *-cygwin* | *-mingw*) ;;
+      *-apple-darwin9* | *-cygwin* | *-mingw*) ;;
       # On other non-ELF platforms, LTO has yet to be validated.
       *) enable_lto=no ;;
     esac
index a85e709..58fdd30 100644 (file)
@@ -1744,7 +1744,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