diff options
author | Jack Howarth <howarth@bromo.med.uc.edu> | 2011-03-16 18:19:12 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2011-03-16 18:19:12 +0000 |
commit | 51fd6b9057dd38a0566c86df2dcda8ace597eed9 (patch) | |
tree | 344011f9deda04b2b8f2fd6fa84c193983722ced /configure | |
parent | de15ea94618495ad54ae04dc1a47f33134422335 (diff) | |
download | gcc-51fd6b9057dd38a0566c86df2dcda8ace597eed9.zip gcc-51fd6b9057dd38a0566c86df2dcda8ace597eed9.tar.gz gcc-51fd6b9057dd38a0566c86df2dcda8ace597eed9.tar.bz2 |
re PR lto/48086 (bootstrap-lto creates c-common.s with too many sections on x86_64-apple-darwin10)
2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
PR lto/48086
* configure.ac: Re-enable LTO on *-apple-darwin9.
* configure: Regenerate.
From-SVN: r171058
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6206,7 +6206,7 @@ if test $target_elf = yes; then : else if test x"$default_enable_lto" = x"yes" ; then case $target in - *-cygwin* | *-mingw*) ;; + *-apple-darwin9 | *-cygwin* | *-mingw*) ;; # On other non-ELF platforms, LTO has yet to be validated. *) enable_lto=no ;; esac |