[PATCH] winebuild: Use Clang to assemble if found.

Alexandre Julliard julliard at winehq.org
Mon Jan 21 12:52:01 CST 2013


Charles Davis <cdavis5x at gmail.com> writes:

> @@ -319,26 +341,27 @@ char *find_tool( const char *name, const char * const *names )
>          names = alt_names;
>      }
>  
> -    while (*names)
> +    /* If we have a target triple, we really need to try the list of names
> +     * twice: once with the triple, and once without.
> +     */

This doesn't make sense, if we have a target it means we are
cross-compiling, and we need to use the correct tool.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list