[Buildroot] [PATCH] package/harfbuzz: work around arc gcc10 bug

Yann E. MORIN yann.morin.1998 at free.fr
Sat Sep 11 15:30:08 UTC 2021


Giulio, All,

On 2021-09-08 23:57 +0200, Giulio Benetti spake thusly:
> With BR2_GCC_VERSION_ARC=y(arc gcc10) harfbuzz package exhibits a gcc bug
> that makes build to fail. This bug is found only in official arc gcc10
> provided by Synopsis, so we can't use the BR2_TOOLCHAIN_HAS_GCC_BUG_
> approach since bug can't be even filed in gcc bugzilla.
> To work around this, if BR2_GCC_VERSION_ARC=y we force using -O0.

Good enough for me! 👍

> Fixes:
> http://autobuild.buildroot.net/results/e4d/e4da9ba40c8f4567601d404e20dd6a0b322210c2/
> 
> Signed-off-by: Giulio Benetti <giulio.benetti at benettiengineering.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/harfbuzz/harfbuzz.mk | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/package/harfbuzz/harfbuzz.mk b/package/harfbuzz/harfbuzz.mk
> index ccb0d940d1..bcf5bfb5af 100644
> --- a/package/harfbuzz/harfbuzz.mk
> +++ b/package/harfbuzz/harfbuzz.mk
> @@ -94,5 +94,9 @@ ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),)
>  HARFBUZZ_CXXFLAGS += $(TARGET_CXXFLAGS) -DHB_NO_MT
>  endif
>  
> +ifeq ($(BR2_GCC_VERSION_ARC),y)
> +HARFBUZZ_CXXFLAGS += -O0
> +endif
> +
>  $(eval $(meson-package))
>  $(eval $(host-meson-package))
> -- 
> 2.25.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at lists.buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'



More information about the buildroot mailing list