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

Per Johansson per at morth.org
Wed Jan 2 12:23:39 CST 2013


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.

I suppose the correct way is to always use clang without target_alias
prefix, but with the proper arch parameter. A combination of this
patch and mine for llvm-mc.

Either -arch or -Xassembler -triple -Xassembler target_alias

Regards,
-- 
Per Johansson



More information about the wine-devel mailing list