]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
boost: don't specify gcc version
authorRoss Burton <ross.burton@intel.com>
Thu, 21 Apr 2022 23:08:38 +0000 (16:08 -0700)
committerSteve Sakoman <steve@sakoman.com>
Mon, 25 Apr 2022 15:12:56 +0000 (05:12 -1000)
There's no need to specify an ancient GCC version here as Boost will
probe it.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-support/boost/boost.inc

index 829e728b6de31ffed3f3293c5f1d431d1e65e394..1c13fb3599b59100d3477b51f139a0fd7653d2c6 100644 (file)
@@ -165,7 +165,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>"${CFLAGS}" <cxxflags>"${CXXFLAGS}" <linkflags>"${LDFLAGS}" ;' >> ${WORKDIR}/user-config.jam
+       echo 'using gcc : : ${CXX} : <cflags>"${CFLAGS}" <cxxflags>"${CXXFLAGS}" <linkflags>"${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