diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-04-28 13:26:23 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2011-04-28 13:26:23 +0000 |
commit | 72a19a697e00533e1108f2eb7ec8dd3242cae906 (patch) | |
tree | 2f032f6d60bd556184ab6cc13e38d1fd023ebc50 /configure.ac | |
parent | 4819e64bb88c213f0d047bf71a34d1877f39dda5 (diff) | |
download | cygnal-72a19a697e00533e1108f2eb7ec8dd3242cae906.tar.gz cygnal-72a19a697e00533e1108f2eb7ec8dd3242cae906.tar.bz2 cygnal-72a19a697e00533e1108f2eb7ec8dd3242cae906.zip |
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.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a85e70932..58fdd309e 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 |