aboutsummaryrefslogtreecommitdiff
path: root/configure
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
commit899b04eff05b1620cde0501a508033bb3018ff79 (patch)
treeb5cdf7cc4ab97fada901d864147822f71e670172 /configure
parent9863d7165a25d81d32e66239eeccc7ab1207be93 (diff)
downloadgdb-899b04eff05b1620cde0501a508033bb3018ff79.zip
gdb-899b04eff05b1620cde0501a508033bb3018ff79.tar.gz
gdb-899b04eff05b1620cde0501a508033bb3018ff79.tar.bz2
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 059e54b..1bcc681 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