[PATCH] winebuild: Use Clang to assemble if its integrated assembler is being used.

Charles Davis cdavis5x at gmail.com
Wed Jan 2 14:35:57 CST 2013


On Jan 2, 2013, at 11:23 AM, Per Johansson wrote:

> On Wed, Jan 2, 2013 at 5:05 PM, André Hentschel <nerv at dawncrow.de> wrote:
>> 
>> Not sure if you can do it like that, as i understand it winebuild should always be able to crosscompile something, these ifdefs would destroy that feature.
Only on Mac OS :).
> 
> I suppose the correct way is to always use clang without target_alias
> prefix,
But Clang actually supports target triple prefixes. I'll just avoid passing $CC to winebuild and make it invoke Clang directly instead.

Chip




More information about the wine-devel mailing list