toolchain: introduce BR2_TOOLCHAIN_HAS_GCC_BUG_93847
authorGiulio Benetti <giulio.benetti@benettiengineering.com>
Thu, 20 Feb 2020 15:40:03 +0000 (16:40 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 26 Feb 2020 20:56:25 +0000 (21:56 +0100)
commiteb05f25ef2aacae8811e89daea51bd5a953636c1
tree133433b99a3fbbee69e361ed8699fcc41f22d20f
parent96556bbf5176ecc74de355301e30aa307438aa25
toolchain: introduce BR2_TOOLCHAIN_HAS_GCC_BUG_93847

git package fails to build for the Nios2 architecture with optimization
enabled with gcc < 9.x:
http://autobuild.buildroot.net/results/924/92484c49b655e4aa78ca52f124c6d8f605b9d06b/

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

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
toolchain/Config.in