summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2011-03-16 18:19:12 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2011-03-16 18:19:12 +0000
commita258c9094e986e1e6ad1d8b3519f6a580bda29e8 (patch)
tree344011f9deda04b2b8f2fd6fa84c193983722ced /configure.ac
parentb9a8e1d964059b4eb761db1c5acf403212d61866 (diff)
downloadgcc-a258c9094e986e1e6ad1d8b3519f6a580bda29e8.tar.gz
2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
PR lto/48086 * configure.ac: Re-enable LTO on *-apple-darwin9. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171058 138bc75d-0d04-0410-961f-82ee72b054a4
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 02eb78459ec..6b17b68dc0a 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