Commit bc96d294 authored by Bob Fang's avatar Bob Fang

--disable_bindings in Makefile to remove the need for ctypes

parent e2bc5cd6
...@@ -499,7 +499,7 @@ endif ...@@ -499,7 +499,7 @@ endif
$(LLVM_CONFIGURATION): $(LLVM_SRC)/configure $(LLVM_CONFIG_INCL) | $(LLVM_SRC)/_patched $(LLVM_CONFIGURATION): $(LLVM_SRC)/configure $(LLVM_CONFIG_INCL) | $(LLVM_SRC)/_patched
mkdir -p $(LLVM_BUILD) mkdir -p $(LLVM_BUILD)
cd $(LLVM_BUILD) ; \ cd $(LLVM_BUILD) ; \
$(LLVM_CONFIGURE_LINE) $(LLVM_CONFIGURE_LINE) --disable-bindings
# CXX=ccache\ g++ ./configure --enable-targets=host # CXX=ccache\ g++ ./configure --enable-targets=host
# CXX='env CCACHE_PREFIX=distcc ccache g++' ./configure --enable-targets=host # CXX='env CCACHE_PREFIX=distcc ccache g++' ./configure --enable-targets=host
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment