alpine-mips-patches 2b9526c277 community/py-greenlet: fix build on mips*
Build fails at switch_mips_unix.h with "$fp cannot be used in asm here"
because of forced -O0 (thus without -fomit-frame-pointer) in APKBUILD.

As a quick fix, use the "normal" C*FLAGS on mips* only. Test still
passes on mipsel at least.
2018-12-17 10:40:51 +00:00
..