[Buildroot] [PATCH] toolchain: GCC bug 85862

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Jun 7 13:11:28 UTC 2018


Hello,

On Thu, 07 Jun 2018 14:43:46 +0200, davidb wrote:

> Regarding the commit id bd03966d4ebeb284ac3afb5f3b8cba13da2b9983 that 
> disables qt5webengine when the bug 85862 can be triggered on microblaze 
> arch, I can't enable qt5webengine when selecting QT5 Latest version 
> (5.10) and x86_64 arch.
> 
> I think the test about the bug should be inverted:
> 
> diff --git a/package/qt5/qt5webengine/Config.in 
> b/package/qt5/qt5webengine/Config.in
> index 38486c6dcf..744d659567 100644
> --- a/package/qt5/qt5webengine/Config.in
> +++ b/package/qt5/qt5webengine/Config.in
> @@ -31,7 +31,7 @@ config BR2_PACKAGE_QT5WEBENGINE
>          depends on BR2_TOOLCHAIN_USES_GLIBC # execinfo.h, mallinfo
>          depends on BR2_HOST_GCC_AT_LEAST_4_8 # qt5base-icu
>          depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # qt5base-icu
> -       depends on BR2_TOOLCHAIN_HAS_GCC_BUG_85862 || 
> BR2_PACKAGE_QT5_VERSION_5_6 # libnss
> +       depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_85862 || 
> BR2_PACKAGE_QT5_VERSION_5_6 # libnss

Gah, indeed! Could you send a patch to fix this ?

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list