diff options
author | Jack Howarth <howarth@bromo.med.uc.edu> | 2011-04-18 21:27:00 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2011-04-18 21:27:00 +0000 |
commit | 2cd815e756fb9a52985773874d52404169ce8c6c (patch) | |
tree | 3a7996886f26f6259bf78e7020c539c0c11a15fe /configure | |
parent | cff414845242354eb7879953c96d26b2a79f22ac (diff) | |
download | gcc-2cd815e756fb9a52985773874d52404169ce8c6c.tar.gz |
re PR lto/48086 (bootstrap-lto creates c-common.s with too many sections on x86_64-apple-darwin10)
2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
PR lto/48086
* configure.ac: Re-enable LTO on *-apple-darwin9*.
* configure: Regenerate.
From-SVN: r172671
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
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 |