libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/7] Add file name conversion from $build to toolchain.


From: Charles Wilson
Subject: Re: [PATCH 1/7] Add file name conversion from $build to toolchain.
Date: Wed, 01 Sep 2010 17:42:46 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2

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

[Prev in Thread] Current Thread [Next in Thread]