package/protobuf: work around gcc bug 85180
authorGiulio Benetti <giulio.benetti@benettiengineering.com>
Wed, 18 Sep 2019 09:11:42 +0000 (11:11 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sat, 21 Sep 2019 13:19:33 +0000 (15:19 +0200)
commite975f1cbefbd9c6ed6764978dbee3357fe47979b
tree5e11ea9a8e7f229e8f04901892adf5ed228970cf
parenteaafe3bca917be28dfef0e317233a6af7d2f7d98
package/protobuf: work around gcc bug 85180

With Microblaze Gcc version < 8.x the build hangs due to gcc bug
85180: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85180. The bug
shows up when building protobuf with optimization but not when building
with -O0. To work around this, if BR2_TOOLCHAIN_HAS_GCC_BUG_85180=y we
force using -O0.

Fixes:
http://autobuild.buildroot.net/results/73dc9610a13d6e14eec58d529617210d93d5dec4/

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
[Arnout: fix variable name]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/protobuf/protobuf.mk