[Buildroot] [PATCH 0/3] Riscv32 gcc bug 93532 workaround

Arnout Vandecappelle arnout at mind.be
Wed May 26 18:43:03 UTC 2021


 Hi Giulio,

On 03/02/2020 17:59, Giulio Benetti wrote:
> Following Microblaze experience on gcc ICE and hangs let's treat the same
> way Riscv32 gcc bugs. So let's introduce gcc bug already reported and
> work around failing packages using -O0 optimization flash since no other
> workarounds worked(disable -g, trying -O1).
> 
> Giulio Benetti (3):
>   toolchain: introduce BR2_TOOLCHAIN_HAS_GCC_BUG_93532
>   package/bullet: fix build failure due to gcc bug 93532
>   package/lmbench: fix build failure due to gcc bug 93532

 This series has languished on patchwork for a long time. Since then, we've
updated our autobuilders to GCC 9 for RISCV32 so we no longer see the issue.

 Since RISCV is still relatively new, we can kind of assume people will use a
recent toolchain as well.

 Therefore, I propose to drop this series rather than introducing complexity
that benefits nobody.

 I've marked the series as Rejected in patchwork. Feel free to reopen if there's
a reason to.

 Regards,
 Arnout

> 
>  package/bullet/bullet.mk   | 2 +-
>  package/lmbench/lmbench.mk | 4 ++++
>  toolchain/Config.in        | 8 ++++++++
>  3 files changed, 13 insertions(+), 1 deletion(-)
> 



More information about the buildroot mailing list