summaryrefslogtreecommitdiff
path: root/configure
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
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')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 2a21f9f67b9..32f239ea4ed 100755
--- a/configure
+++ b/configure
@@ -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