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 | |
parent | 4819e64bb88c213f0d047bf71a34d1877f39dda5 (diff) | |
download | newlib-72a19a697e00533e1108f2eb7ec8dd3242cae906.zip newlib-72a19a697e00533e1108f2eb7ec8dd3242cae906.tar.gz newlib-72a19a697e00533e1108f2eb7ec8dd3242cae906.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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |