]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/binutils-tumbl.git/commitdiff
Merge from GCC:
authorJoseph Myers <joseph@codesourcery.com>
Thu, 28 Apr 2011 13:26:23 +0000 (13:26 +0000)
committerJoseph Myers <joseph@codesourcery.com>
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 4800c0c18527590e543203db6fc4c07dbe1b2c15..72e6a91683336cb47a4c9dfd6fcdb651521dc6f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+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
index 059e54b954b1004400660d3874dfc976adc31629..1bcc681562ec74ed067d10ca9de94aed5de7836d 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 a85e7093247ae0cf893e78a92e2635d1dfab7212..58fdd309ea370fde6d71996ec2677eb3b9d72ab2 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