diff options
| author | Patrick Walton <[email protected]> | 2010-08-27 18:05:03 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2010-08-27 18:06:16 -0700 |
| commit | 615b1774a4fda062f757f679e45d87b055a6e110 (patch) | |
| tree | e4efa3b59493027397e5a5479b58cd943c007619 | |
| parent | Make pattern-alt drop the slots it initializes when binding slot patterns. U... (diff) | |
| download | rust-615b1774a4fda062f757f679e45d87b055a6e110.tar.xz rust-615b1774a4fda062f757f679e45d87b055a6e110.zip | |
Turn native OCaml code generation on for the Mac
| -rw-r--r-- | src/Makefile | 1 |
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 |