Fix ocaml tests for 64-bit MacOS systems. LLVM is currently built
authorBob Wilson <bob.wilson@apple.com>
Tue, 21 Jul 2009 21:56:46 +0000 (21:56 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 21 Jul 2009 21:56:46 +0000 (21:56 +0000)
commitb2f8806fdf7f62bf13892826bf2a196824438640
tree4c5b33aa50e38bc4ec558810bf43dbc4d60cdd2f
parent32eaeca34fe1e6080a2916e04c89874f0b273e31
Fix ocaml tests for 64-bit MacOS systems.  LLVM is currently built
as 32-bit code by default, and if gcc defaults to 64-bit code then ocamlc
requires a -cc "gcc -arch i386" option.  We were hardcoding -cc g++
and throwing away any other compiler options that were determined when
ocamlc was configured and built.

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