diff options
author | Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2017-03-22 17:51:18 +0000 |
---|---|---|
committer | François-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2017-03-22 17:51:18 +0000 |
commit | deeba76acc92e46a326c7d88be80e59a1fd797c8 (patch) | |
tree | b686daf8920fe4858cebf50318c10a065d89880f /configure | |
parent | e0701ef04266fa742bd3c7ced44b3195e32f146e (diff) | |
download | gcc-deeba76acc92e46a326c7d88be80e59a1fd797c8.zip gcc-deeba76acc92e46a326c7d88be80e59a1fd797c8.tar.gz gcc-deeba76acc92e46a326c7d88be80e59a1fd797c8.tar.bz2 |
configure.ac: Enable LTO by default on darwin >= 9.
* configure.ac: Enable LTO by default on darwin >= 9.
* configure: Regenerate.
From-SVN: r246396
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6045,7 +6045,7 @@ if test $target_elf = yes; then : else if test x"$default_enable_lto" = x"yes" ; then case $target in - *-apple-darwin9* | *-cygwin* | *-mingw* | *djgpp*) ;; + *-apple-darwin[912]* | *-cygwin* | *-mingw* | *djgpp*) ;; # On other non-ELF platforms, LTO has yet to be validated. *) enable_lto=no ;; esac |