diff options
| -rw-r--r-- | meta/recipes-support/boost/boost.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index d70a7e2c5a..c9306df94f 100644 --- a/meta/recipes-support/boost/boost.inc +++ b/meta/recipes-support/boost/boost.inc | |||
| @@ -135,7 +135,11 @@ BJAM_OPTS = '${BJAM_TOOLS} \ | |||
| 135 | do_boostconfig() { | 135 | do_boostconfig() { |
| 136 | cp -f boost/config/platform/linux.hpp boost/config/platform/linux-gnueabi.hpp | 136 | cp -f boost/config/platform/linux.hpp boost/config/platform/linux-gnueabi.hpp |
| 137 | 137 | ||
| 138 | echo 'using gcc : 4.3.1 : ${CXX} : compileflags -DBOOST_SP_USE_PTHREADS -I${includedir} linkflags -L${libdir} ;' >> ${S}/tools/build/v2/user-config.jam | 138 | # D2194:Fixing the failure of "error: duplicate initialization of gcc with the following parameters" during compilation. |
| 139 | if ! grep -qe "^using gcc : 4.3.1" ${S}/tools/build/v2/user-config.jam | ||
| 140 | then | ||
| 141 | echo 'using gcc : 4.3.1 : ${CXX} : compileflags -DBOOST_SP_USE_PTHREADS -I${includedir} linkflags -L${libdir} ;' >> ${S}/tools/build/v2/user-config.jam | ||
| 142 | fi | ||
| 139 | } | 143 | } |
| 140 | 144 | ||
| 141 | addtask do_boostconfig after do_patch before do_configure | 145 | addtask do_boostconfig after do_patch before do_configure |
