X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=configure.ac;h=6b17b68dc0a58653f66cedf0de8af6bcfa76bc3c;hp=02eb78459ecb8dabac1fa98d50fecc5be168d23c;hb=a258c9094e986e1e6ad1d8b3519f6a580bda29e8;hpb=b9a8e1d964059b4eb761db1c5acf403212d61866 diff --git a/configure.ac b/configure.ac index 02eb78459ec..6b17b68dc0a 100644 --- a/configure.ac +++ b/configure.ac @@ -1743,7 +1743,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 - *-cygwin* | *-mingw*) ;; + *-apple-darwin9 | *-cygwin* | *-mingw*) ;; # On other non-ELF platforms, LTO has yet to be validated. *) enable_lto=no ;; esac