This patch was introduced with gcc 7.2.0 to circumvent problems
with strong stack protector enabled for gcc.
With the current version it is not just obsolete but outright
wrong and causes "strange" issues with builds failing for
no obvious reason.
One example is the mruby package which failed to build and
now, after the bad patch is removed, works out of the box.
Add a new patch libssp-musl.patch and with the same revbump
add two patches for mips32 header file sgidefs.h location
and soft-float for mips-musl and mipsel-musl.
[ci skip]