From 899b04eff05b1620cde0501a508033bb3018ff79 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 28 Apr 2011 13:26:23 +0000 Subject: Merge from GCC: 2011-04-18 Jack Howarth PR lto/48086 * configure.ac: Re-enable LTO on *-apple-darwin9*. * configure: Regenerate. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 059e54b..1bcc681 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 -- cgit v1.1