On Wed, Jan 2, 2013 at 5:05 PM, André Hentschel nerv@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,