On Jan 2, 2013, at 11:23 AM, Per Johansson wrote:
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.
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