mbox series

[0/2] treat gcc bug 90620 in a common way

Message ID 20190529155709.31207-1-giulio.benetti@micronovasrl.com
Headers show
Series treat gcc bug 90620 in a common way | expand

Message

Giulio Benetti May 29, 2019, 3:57 p.m. UTC
As done for other Gcc bugs introduce and use
BR2_TOOLCHAIN_HAS_GCC_BUG_90620 in affected package:
- haproxy
This is more consistent than checking same conditions for every package
and putting a comment on top of it.

Giulio Benetti (2):
  toolchain: introduce BR2_TOOLCHAIN_HAS_GCC_BUG_90620
  package/haproxy: re-enable package on Microblaze

 package/haproxy/Config.in  | 2 --
 package/haproxy/haproxy.mk | 9 ++++++++-
 toolchain/Config.in        | 8 ++++++++
 3 files changed, 16 insertions(+), 3 deletions(-)