From c96ae98b64da0186cb956d42f8b7ca7babe0fbfa Mon Sep 17 00:00:00 2001 From: fxcoudert Date: Wed, 22 Mar 2017 17:51:18 +0000 Subject: * configure.ac: Enable LTO by default on darwin >= 9. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@246396 138bc75d-0d04-0410-961f-82ee72b054a4 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 3ff18d3105a..32a38633ad8 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3