aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2010-08-27 18:05:03 -0700
committerPatrick Walton <[email protected]>2010-08-27 18:06:16 -0700
commit615b1774a4fda062f757f679e45d87b055a6e110 (patch)
treee4efa3b59493027397e5a5479b58cd943c007619
parentMake pattern-alt drop the slots it initializes when binding slot patterns. U... (diff)
downloadrust-615b1774a4fda062f757f679e45d87b055a6e110.tar.xz
rust-615b1774a4fda062f757f679e45d87b055a6e110.zip
Turn native OCaml code generation on for the Mac
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 62fe0bee..18e8edc2 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