On 9/1/2010 4:32 PM, Peter Rosin wrote:
> +AC_MSG_CHECKING([how to convert $build file names to toolchain format])
> +AC_CACHE_VAL(lt_cv_to_tool_file_cmd,
> +[#assume ordinary cross tools, or native build.
> +lt_cv_to_tool_file_cmd=func_convert_file_noop
> +case $host in
> +  *mingw* )
> +    case $build in
> +      *mingw* ) # actually msys
> +        lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
> +        ;;
> +    esac
> +    ;;
> +esac

Repeating Ralf's commentary to me, if you're using "$host" then you
should use *-*-mingw*; if you want to use mingw* in the various match
patterns then you should use "$host_os".

--
Chuck



Reply via email to