From 8560c588b8e703a936e09b8b1c5381289b6fe2a8 Mon Sep 17 00:00:00 2001 From: bstarynk Date: Mon, 27 Sep 2010 11:57:01 +0000 Subject: 2010-09-27 Basile Starynkevitch MELT branch merged with trunk rev 164647 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@164648 138bc75d-0d04-0410-961f-82ee72b054a4 --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure') diff --git a/configure b/configure index fc8f6b8da67..be41441b9be 100755 --- a/configure +++ b/configure @@ -6677,13 +6677,13 @@ else *) enable_lto=no ;; esac else - # Apart from ELF platforms, only Windows supports LTO so far. It - # would also be nice to check the binutils support, but we don't + # Apart from ELF platforms, only Windows and Darwin support LTO so far. + # It would also be nice to check the binutils support, but we don't # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just # warn during gcc/ subconfigure; unless you're bootstrapping with # -flto it won't be needed until after installation anyway. case $target in - *-cygwin*|*-mingw*) ;; + *-cygwin*|*-mingw* | *-apple-darwin*) ;; *) if test x"$enable_lto" = x"yes"; then as_fn_error "LTO support is not enabled for this target." "$LINENO" 5 fi -- cgit v1.2.1