adjust path to bjam due to previous change - rely on $PATH
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15342 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
23f736a524
commit
5adce658a6
@ -39,9 +39,9 @@ LIBRARIES:= \
|
|||||||
serialization \
|
serialization \
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
(cd $(PKG_BUILD_DIR) ; \
|
( cd $(PKG_BUILD_DIR) ; \
|
||||||
echo "using gcc : : $(TOOLCHAIN_DIR)/usr/bin/$(GNU_TARGET_NAME)-gcc : <cflags>$(CFLAGS) <cxxflags>$(CXXFLAGS) <linkflags>$(LDFLAGS) ;" > tools/build/v2/site-config.jam ; \
|
echo "using gcc : : $(GNU_TARGET_NAME)-gcc : <cflags>$(CFLAGS) <cxxflags>$(CXXFLAGS) <linkflags>$(LDFLAGS) ;" > tools/build/v2/site-config.jam ; \
|
||||||
$(STAGING_DIR_HOST)/usr/bin/bjam \
|
bjam \
|
||||||
'-sBUILD=release <optimization>space <inlining>on <debug-symbols>off' \
|
'-sBUILD=release <optimization>space <inlining>on <debug-symbols>off' \
|
||||||
--toolset=gcc \
|
--toolset=gcc \
|
||||||
$(foreach c, $(LIBRARIES), \
|
$(foreach c, $(LIBRARIES), \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user