Skip to content

Commit a374639

Browse files
committed
---
yaml --- r: 918 b: refs/heads/master c: 6cecc93 h: refs/heads/master v: v3
1 parent 8eeffb7 commit a374639

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: e94af48bc9d9b2b1bec39368614af14cdb3a296a
2+
refs/heads/master: 6cecc93e8d0a8203e0c357c4232cb0aa2541a666

trunk/src/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ CFG_GCC_CFLAGS :=
2323
CFG_GCC_LINK_FLAGS :=
2424
CFG_VALGRIND :=
2525

26+
# Disable the ocaml backend on rustboot. It's too frustrating at this
27+
# point.
28+
NO_OCAML_LLVM := 1
29+
2630
CFG_LLVM_CONFIG ?= llvm-config
2731
CFG_BOOT_FLAGS := $(FLAGS)
2832
CFG_RUSTC_FLAGS := -nowarn

0 commit comments

Comments
 (0)