From 615b1774a4fda062f757f679e45d87b055a6e110 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Fri, 27 Aug 2010 18:05:03 -0700 Subject: [PATCH] Turn native OCaml code generation on for the Mac --- src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile b/src/Makefile index 62fe0beec85..18e8edc2a18 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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