From: Joseph Myers Date: Thu, 28 Apr 2011 13:26:23 +0000 (+0000) Subject: Merge from GCC: X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=899b04eff05b1620cde0501a508033bb3018ff79;p=binutils-gdb.git Merge from GCC: 2011-04-18 Jack Howarth PR lto/48086 * configure.ac: Re-enable LTO on *-apple-darwin9*. * configure: Regenerate. --- diff --git a/ChangeLog b/ChangeLog index 4800c0c1852..72e6a916833 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2011-04-28 Joseph Myers + + Merge from GCC: + + 2011-04-18 Jack Howarth + + PR lto/48086 + * configure.ac: Re-enable LTO on *-apple-darwin9*. + * configure: Regenerate. + 2011-04-28 Joseph Myers * configure.ac: Separate cases disabling Java and Java libraries diff --git a/configure b/configure index 059e54b954b..1bcc681562e 100755 --- 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 diff --git a/configure.ac b/configure.ac index a85e7093247..58fdd309ea3 100644 --- a/configure.ac +++ b/configure.ac @@ -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