From: Ross Burton Date: Tue, 6 Oct 2020 11:14:43 +0000 (+0100) Subject: boost: don't specify gcc version X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~9941 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2339bf5b0aceb8e55f4b38e44b2383389e514393;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git boost: don't specify gcc version There's no need to specify an ancient GCC version here as Boost will probe it. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index e74c7d6f7dd..89df7547449 100644 --- a/meta/recipes-support/boost/boost.inc +++ b/meta/recipes-support/boost/boost.inc @@ -169,7 +169,7 @@ do_configure() { # D2194:Fixing the failure of "error: duplicate initialization of gcc with the following parameters" during compilation. rm -f ${WORKDIR}/user-config.jam - echo 'using gcc : 4.3.1 : ${CXX} : "${CFLAGS}" "${CXXFLAGS}" "${LDFLAGS}" ;' >> ${WORKDIR}/user-config.jam + echo 'using gcc : : ${CXX} : "${CFLAGS}" "${CXXFLAGS}" "${LDFLAGS}" ;' >> ${WORKDIR}/user-config.jam # If we want Python then we need to tell Boost *exactly* where to find it if ${@bb.utils.contains('BOOST_LIBS', 'python', 'true', 'false', d)}; then