winebuild: Add configure option to use llvm-mc as assembler.

Per Johansson per at morth.org
Tue Jan 1 12:11:33 CST 2013


On Tue, Jan 1, 2013 at 6:00 PM, Charles Davis <cdavis5x at gmail.com> wrote:
>
> The right thing IMO is to test if we're compiling with Clang. If we are, then we should test if Clang is using its integrated assembler; if it is, then we should invoke Clang instead of the system assembler to assemble. This way, the user doesn't have to pass yet another option to configure in case he's using Clang.
>
> I have a patch to hack-fix winebuild to invoke Clang if we're being compiled by Clang; I can fix it to test for Clang and Clang's integrated assembler in configure and send it to the list--something I really should've done a while ago.

Sure, sounds like a better plan. I tried briefly to use clang, but
there were a lot of undefined symbol errors I wasn't sure how to fix.
Tell me if you want some help with the patch.

Regards,
-- 
Per Johansson



More information about the wine-devel mailing list