X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=configure.ac;h=26d01f00b66255219531bc2797c354050fe1a4b2;hb=6e5ae2f66f067864031c3e83ce10f6fc5190df5d;hp=920457464e57319e637debde345bfb333b989f14;hpb=188693eb88c37e025463e6c62f6c64e089bae1ff;p=pf3gnuchains%2Fgcc-fork.git diff --git a/configure.ac b/configure.ac index 920457464e5..26d01f00b66 100644 --- a/configure.ac +++ b/configure.ac @@ -1803,7 +1803,7 @@ fi],[if test x"$default_enable_lto" = x"yes" ; then # -flto it won't be needed until after installation anyway. case $target in *-cygwin*|*-mingw*) ;; - x86_64-apple-darwin*) ;; + *-apple-darwin*) ;; *) if test x"$enable_lto" = x"yes"; then AC_MSG_ERROR([LTO support is not enabled for this target.]) fi @@ -3049,7 +3049,7 @@ case " $target_configdirs " in # to it. This is right: we don't want to search that directory # for binaries, but we want the header files in there, so add # them explicitly. - FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include' + FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed' # Someone might think of using the pre-installed headers on # Canadian crosses, in case the installed compiler is not fully