[LLVMdev] Building 64-bit libraries on OS X

Mike Stump mrs at apple.com
Mon Feb 9 12:20:35 PST 2009


On Feb 9, 2009, at 5:44 AM, Jan Rehders wrote:
> - './configure && make' yields 32-bit libraries and executables

Something like:

   CXX="g++ -m64" CC="gcc -m64" configure && make




More information about the llvm-dev mailing list