toolchain: introduce BR2_TOOLCHAIN_HAS_GCC_BUG_101737
authorGiulio Benetti <giulio.benetti@benettiengineering.com>
Tue, 3 Aug 2021 08:42:44 +0000 (10:42 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Thu, 5 Aug 2021 19:29:52 +0000 (21:29 +0200)
commit4b22106fb5e199aa26f148b0b159aecb7da7f7e0
treec0ef1a2224963d4732f9dfc69036e5b688a2eba7
parentd54341fc33b6c02d01d31e8ddb938556867308a9
toolchain: introduce BR2_TOOLCHAIN_HAS_GCC_BUG_101737

pixman package fails to build for the SH4 architecture with optimization
enabled with gcc up to 11.1.0:
http://autobuild.buildroot.net/results/b20/b20869bbb48edb1f0a847ea9e2e1a0462d6350be/

It's been reported upstream:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101737

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
toolchain/Config.in