It seems the HOST_* variables no longer exist?
---
 recipes/boost/boost-with-bjam.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/boost/boost-with-bjam.inc 
b/recipes/boost/boost-with-bjam.inc
index 68d9e74..dd0a3a3 100644
--- a/recipes/boost/boost-with-bjam.inc
+++ b/recipes/boost/boost-with-bjam.inc
@@ -129,7 +129,7 @@ BJAM_OPTS    = '${BJAM_TOOLS} \
 
 do_configure_prepend() {
        cp -f boost/config/platform/linux.hpp 
boost/config/platform/linux-gnueabi.hpp
-        echo "using gcc : host : ${HOST_CXX} : <cxxflags>${HOST_CFLAGS} 
${HOST_CXXFLAGS} <linkflags>${HOST_LDFLAGS} ;" >> tools/build/v2/user-config.jam
+        echo "using gcc : host : ${BUILD_CXX} : <cxxflags>${BUILD_CFLAGS} 
${BUILD_CXXFLAGS} <linkflags>${BUILD_LDFLAGS} ;" >> 
tools/build/v2/user-config.jam
         echo "using gcc : target : ${CXX} : <cxxflags>${CFLAGS} ${CXXFLAGS} 
<linkflags>${LDFLAGS} ;" >> tools/build/v2/user-config.jam
         echo "using python : ${PYTHON_VERSION} : : 
${STAGING_INCDIR}/python${PYTHON_VERSION} ;" >> tools/build/v2/user-config.jam
 
-- 
1.7.0.4


_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to