Turn native OCaml code generation on for the Mac

This commit is contained in:
Patrick Walton 2010-08-27 18:05:03 -07:00
parent 9481907211
commit 615b1774a4
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ ifeq ($(CFG_OSTYPE), Darwin)
# "on an i386" when the whole userspace is 64-bit and the compiler
# emits 64-bit binaries by default. So we just force -m32 here. Smarter
# approaches welcome!
CFG_NATIVE := 1
CFG_GCC_CFLAGS += -m32
CFG_GCC_LINK_FLAGS += -m32
DSYMUTIL := dsymutil