summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2011-04-18 21:27:00 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2011-04-18 21:27:00 +0000
commitb990d06f5c486e4abf9cdeff148949f39f4588f7 (patch)
tree3a7996886f26f6259bf78e7020c539c0c11a15fe /configure
parente66d204f646cedc5ad8ade5856e3dec1e3f088fa (diff)
downloadgcc-b990d06f5c486e4abf9cdeff148949f39f4588f7.tar.gz
2011-04-18 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@172671 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 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