aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJack Howarth <howarth@bromo.med.uc.edu>2011-03-16 18:19:12 +0000
committerMike Stump <mrs@gcc.gnu.org>2011-03-16 18:19:12 +0000
commit51fd6b9057dd38a0566c86df2dcda8ace597eed9 (patch)
tree344011f9deda04b2b8f2fd6fa84c193983722ced /configure.ac
parentde15ea94618495ad54ae04dc1a47f33134422335 (diff)
downloadgcc-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.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 02eb784..6b17b68 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1743,7 +1743,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
- *-cygwin* | *-mingw*) ;;
+ *-apple-darwin9 | *-cygwin* | *-mingw*) ;;
# On other non-ELF platforms, LTO has yet to be validated.
*) enable_lto=no ;;
esac