If ARCH is x86_64, pass -m64 to the host compiler. -m32 for i386. This makes sure...
authorEvan Cheng <evan.cheng@apple.com>
Sat, 7 Mar 2009 01:40:17 +0000 (01:40 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 7 Mar 2009 01:40:17 +0000 (01:40 +0000)
commit4b5051b0f91c35fed0d0d443ae435c51147d3d03
treef0cf563c253fc99b87535a1b584bfcbceea73a52
parent1779f2213f108bc688f9fe32c1fa58b95a0a4aa9
If ARCH is x86_64, pass -m64 to the host compiler. -m32 for i386. This makes sure the JIT work correctly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66315 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.rules