[Buildroot] [PATCH 0/2] Introduce and work-around Gcc Bug 101737

Giulio Benetti giulio.benetti at benettiengineering.com
Tue Aug 3 08:42:43 UTC 2021


This patchset introduce and work-around Gcc Bug 101737 opened by Thomas
Petazzoni:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101737

Bug shows up while building package pixman and it's worked around disabling
optimization by passing -O0 to CFLAGS.

Giulio Benetti (2):
  toolchain: introduce BR2_TOOLCHAIN_HAS_GCC_BUG_101737
  package/pixman: fix build failure due to gcc bug 101737

 package/pixman/pixman.mk | 10 +++++++++-
 toolchain/Config.in      |  7 +++++++
 2 files changed, 16 insertions(+), 1 deletion(-)

-- 
2.25.1



More information about the buildroot mailing list