From 2cd815e756fb9a52985773874d52404169ce8c6c Mon Sep 17 00:00:00 2001 From: Jack Howarth Date: Mon, 18 Apr 2011 21:27:00 +0000 Subject: [PATCH] re PR lto/48086 (bootstrap-lto creates c-common.s with too many sections on x86_64-apple-darwin10) 2011-04-18 Jack Howarth PR lto/48086 * configure.ac: Re-enable LTO on *-apple-darwin9*. * configure: Regenerate. From-SVN: r172671 --- ChangeLog | 6 ++++++ configure | 2 +- configure.ac | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 66178e708c9..885ed11aa03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-04-18 Jack Howarth + + PR lto/48086 + * configure.ac: Re-enable LTO on *-apple-darwin9*. + * configure: Regenerate. + 2011-04-16 Jim Meyering * MAINTAINERS (Write After Approval): Add myself. diff --git a/configure b/configure index 8a146e2bfd0..3a9de0f459a 100755 --- a/configure +++ b/configure @@ -5962,7 +5962,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 68208dcefbc..baa56bdb952 100644 --- a/configure.ac +++ b/configure.ac @@ -1500,7 +1500,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 -- 2.30.2