mbox series

[0/2] package/belle-sip: work around bug 99410

Message ID 20210305151529.3477575-1-giulio.benetti@benettiengineering.com
Headers show
Series package/belle-sip: work around bug 99410 | expand

Message

Giulio Benetti March 5, 2021, 3:15 p.m. UTC
This pachset introduces gcc bug 99410 and uses it work around package
belle-sip.

Giulio Benetti (2):
  toolchain: introduce BR2_TOOLCHAIN_HAS_GCC_BUG_99410
  package/belle-sip: fix build failure due to gcc bug 99410

 package/belle-sip/belle-sip.mk | 8 ++++++++
 toolchain/Config.in            | 7 +++++++
 2 files changed, 15 insertions(+)

Comments

Giulio Benetti March 5, 2021, 7:23 p.m. UTC | #1
Sorry but this patchset is not correct, that is not a gcc bug but a 
binutils bug, specifically:
https://sourceware.org/bugzilla/show_bug.cgi?id=27243

So going to rename and send a v2 patchset.

Best regards
Giulio Benetti March 5, 2021, 7:29 p.m. UTC | #2
On 3/5/21 8:23 PM, Giulio Benetti wrote:
> Sorry but this patchset is not correct, that is not a gcc bug but a
> binutils bug, specifically:
> https://sourceware.org/bugzilla/show_bug.cgi?id=27243
> 
> So going to rename and send a v2 patchset.

I was too in hurry, this is correct as I've mentioned here:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99410

Sorry for the noise

Best regards