summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJoseph Myers <jsm@polyomino.org.uk>2011-04-28 13:26:23 +0000
committerJoseph Myers <jsm@polyomino.org.uk>2011-04-28 13:26:23 +0000
commit557acd57753439241b61d923f8078c0f2c21c83b (patch)
treecc21a20afbaec975713da833a211bb76bc392673 /configure
parentfe571c9f629be7a4b2b2c36dc44b9ab800d28f9a (diff)
downloadgdb-557acd57753439241b61d923f8078c0f2c21c83b.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')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 059e54b954b..1bcc681562e 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
- *-apple-darwin9 | *-cygwin* | *-mingw*) ;;
+ *-apple-darwin9* | *-cygwin* | *-mingw*) ;;
# On other non-ELF platforms, LTO has yet to be validated.
*) enable_lto=no ;;
esac