toolchain: introduce BR2_TOOLCHAIN_HAS_GCC_BUG_68485
authorGiulio Benetti <giulio.benetti@micronovasrl.com>
Mon, 27 May 2019 21:05:09 +0000 (23:05 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 28 May 2019 07:52:02 +0000 (09:52 +0200)
commit42fc571bca5f5b42a4427296ac2c192cdeb21142
tree15ee3cab928fc532326938c2f419ec095f58f45d
parent94153b3330da9da93460b708cb70fee62f3e6723
toolchain: introduce BR2_TOOLCHAIN_HAS_GCC_BUG_68485

GCC hangs while building brotli for the Microblaze Arch:
http://autobuild.buildroot.net/results/d86/d86251974a0a348a64d9a1d1fd7d02dd4aff0792/

Originally reported for gpsd:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68485

Still not fixed. Every Microblaze Gcc version up to and including 9.1
is affected.

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