X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=configure;h=32f239ea4ed77dadb116e989fe80d6f49718b095;hb=292ce0342959f120d8dfa01d5dda681bb9339d2f;hp=997282f7a805d545e8e0b546ae9957cc3333b88f;hpb=062b4a94e825a696e56d8381cf365cfa77f58436;p=pf3gnuchains%2Fgcc-fork.git diff --git a/configure b/configure index 997282f7a80..32f239ea4ed 100755 --- a/configure +++ b/configure @@ -5723,7 +5723,7 @@ if test x"$with_ppl$with_ppl_include$with_ppl_lib" = x && test -d ${srcdir}/ppl; with_ppl=yes fi -if test "x$with_ppl" = xyes; then +if test "x$with_ppl" != xno; then if test "x$pwllib" = x; then saved_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $ppllibs" @@ -6206,7 +6206,7 @@ if test $target_elf = yes; then : else if test x"$default_enable_lto" = x"yes" ; then case $target in - *-apple-darwin* | *-cygwin* | *-mingw*) ;; + *-apple-darwin9 | *-cygwin* | *-mingw*) ;; # On other non-ELF platforms, LTO has yet to be validated. *) enable_lto=no ;; esac