summaryrefslogtreecommitdiffstats
path: root/rules/boost.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/boost.make')
-rw-r--r--rules/boost.make11
1 files changed, 6 insertions, 5 deletions
diff --git a/rules/boost.make b/rules/boost.make
index 246e6077b..50bcf260d 100644
--- a/rules/boost.make
+++ b/rules/boost.make
@@ -80,7 +80,6 @@ BOOST_ENV := $(CROSS_ENV)
$(STATEDIR)/boost.prepare: $(boost_prepare_deps_default)
@$(call targetinfo, $@)
- @$(call clean, $(BOOST_DIR)/config.cache)
cd $(BOOST_DIR)/tools/build/jam_src && \
sh build.sh gcc && mv bin.*/bjam .
@$(call touch, $@)
@@ -95,12 +94,14 @@ $(STATEDIR)/boost.compile: $(boost_compile_deps_default)
@$(call targetinfo, $@)
cd $(BOOST_DIR) && \
tools/build/jam_src/bjam \
- -d2 \
- -sTOOLS=gcc \
- -sGCC=$(CROSS_CC) \
- -sGXX=$(CROSS_CXX)
+ -sTOOLS=gcc \
+ -sGCC=$(COMPILER_PREFIX)gcc \
+ -sGXX=$(COMPILER_PREFIX)g++
@$(call touch, $@)
+# -sPYTHON_VERSION=2.3 \
+# -sPYTHON_ROOT=/usr
+
# ----------------------------------------------------------------------------
# Install
# ----------------------------------------------------------------------------