On Tue, Oct 6, 2020 at 4:14 AM Ross Burton <[email protected]> wrote:
>
> From: Ross Burton <[email protected]>
>
> There's no need to specify an ancient GCC version here as Boost will
> probe it.
>
> Signed-off-by: Ross Burton <[email protected]>
> ---
>  meta/recipes-support/boost/boost.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-support/boost/boost.inc 
> b/meta/recipes-support/boost/boost.inc
> index e74c7d6f7d..89df754744 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>"${CFLAGS}" 
> <cxxflags>"${CXXFLAGS}" <linkflags>"${LDFLAGS}" ;' >> 
> ${WORKDIR}/user-config.jam
> +       echo 'using gcc : : ${CXX} : <cflags>"${CFLAGS}" 
> <cxxflags>"${CXXFLAGS}" <linkflags>"${LDFLAGS}" ;' >> 
> ${WORKDIR}/user-config.jam
>

does it probe the version from cross compiler now and not the host compiler ?

>         # 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
> --
> 2.25.1
>
>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#143046): 
https://lists.openembedded.org/g/openembedded-core/message/143046
Mute This Topic: https://lists.openembedded.org/mt/77338429/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to