|
@@ -193,7 +193,8 @@ LLVM_CONF_OPTS += -DLLVM_HOST_TRIPLE=$(GNU_TARGET_NAME)
|
|
# check preventively. Building the Go and OCaml bindings is yet unsupported.
|
|
# check preventively. Building the Go and OCaml bindings is yet unsupported.
|
|
HOST_LLVM_CONF_OPTS += \
|
|
HOST_LLVM_CONF_OPTS += \
|
|
-DGO_EXECUTABLE=GO_EXECUTABLE-NOTFOUND \
|
|
-DGO_EXECUTABLE=GO_EXECUTABLE-NOTFOUND \
|
|
- -DOCAMLFIND=OCAMLFIND-NOTFOUND
|
|
|
|
|
|
+ -DOCAMLFIND=OCAMLFIND-NOTFOUND \
|
|
|
|
+ -DLLVM_ENABLE_BINDINGS=OFF
|
|
|
|
|
|
# Builds a release host tablegen that gets used during the LLVM build.
|
|
# Builds a release host tablegen that gets used during the LLVM build.
|
|
HOST_LLVM_CONF_OPTS += -DLLVM_OPTIMIZED_TABLEGEN=ON
|
|
HOST_LLVM_CONF_OPTS += -DLLVM_OPTIMIZED_TABLEGEN=ON
|