aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-11-19 10:45:24 -0800
committerGraydon Hoare <[email protected]>2010-11-19 10:45:24 -0800
commit6cecc93e8d0a8203e0c357c4232cb0aa2541a666 (patch)
tree0e32714be671ca4884d3d6211d9f814e866530df
parentWork around Yet Another Typestate Lifecycle Bug in rustboot. (diff)
downloadrust-6cecc93e8d0a8203e0c357c4232cb0aa2541a666.tar.xz
rust-6cecc93e8d0a8203e0c357c4232cb0aa2541a666.zip
Disable LLVM backend in rustboot; more trouble than it's worth at this point.
-rw-r--r--src/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 33cb0a0d..517e06d9 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -23,6 +23,10 @@ CFG_GCC_CFLAGS :=
CFG_GCC_LINK_FLAGS :=
CFG_VALGRIND :=
+# Disable the ocaml backend on rustboot. It's too frustrating at this
+# point.
+NO_OCAML_LLVM := 1
+
CFG_LLVM_CONFIG ?= llvm-config
CFG_BOOT_FLAGS := $(FLAGS)
CFG_RUSTC_FLAGS := -nowarn