summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2011-04-28 13:26:23 +0000
committerJoseph Myers <joseph@codesourcery.com>2011-04-28 13:26:23 +0000
commite0a5b9979ef6fe1102d20f5c9bbf7acf0ce0dc5e (patch)
tree99416722a6ec5bf715150bea4a101b96ad046b57 /configure.ac
parent27b860d32c3fd68747b90933ec39215a2bf72d87 (diff)
downloadbinutils-redhat-e0a5b9979ef6fe1102d20f5c9bbf7acf0ce0dc5e.tar.gz
Merge from GCC:
2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu> PR lto/48086 * configure.ac: Re-enable LTO on *-apple-darwin9*. * configure: Regenerate.
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 a85e709324..58fdd309ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1744,7 +1744,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
- *-apple-darwin9 | *-cygwin* | *-mingw*) ;;
+ *-apple-darwin9* | *-cygwin* | *-mingw*) ;;
# On other non-ELF platforms, LTO has yet to be validated.
*) enable_lto=no ;;
esac