about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorPatrick Walton <pcwalton@mimiga.net>2010-08-27 18:05:03 -0700
committerPatrick Walton <pcwalton@mimiga.net>2010-08-27 18:06:16 -0700
commit615b1774a4fda062f757f679e45d87b055a6e110 (patch)
treee4efa3b59493027397e5a5479b58cd943c007619 /src
parent9481907211e33360ff493ca60c4b3211caf1b897 (diff)
downloadrust-615b1774a4fda062f757f679e45d87b055a6e110.tar.gz
rust-615b1774a4fda062f757f679e45d87b055a6e110.zip
Turn native OCaml code generation on for the Mac
Diffstat (limited to 'src')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
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