search for: f5b20684

Displaying 1 result from an estimated 1 matches for "f5b20684".

Did you mean: f5b2064
2010 Mar 16
1
[LLVMdev] Problem linking with llvm on mac os 10.6
LLVM 2.6 hadn't updated configure, and would build as 32-bit by default. The easy fix is to always force the desired triple when configuring, I generally use: configure --{build,host,target}=x86_64-apple-darwin10 - Daniel On Mon, Mar 15, 2010 at 4:22 AM, Garrison Venn <gvenn.cfe.dev at gmail.com> wrote: > I'm not sure why you are getting mixed architecture (bit size) results