void-packages/srcpkgs/gdb
Jürgen Buchmüller 335308e075 gdb: fix cross build for ppc* w/ gcc10
The generators sim/ppc built for the host architecture also have
multiple defined symbols which is why CFLAGS_FOR_HOST needs
the -fcommon flag as well.

There are also warnings like returning the address of a stack
variable which require -Wno-error to make gdb cross compile
for ppc*.

With these minimal changes in the template the sim/ppc issues
are just ignored and should probably be fixed instead.
2020-09-05 01:07:34 +02:00
..
patches
template gdb: fix cross build for ppc* w/ gcc10 2020-09-05 01:07:34 +02:00