wolfssl: use -fomit-frame-pointer to fix asm error
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Tue, 26 May 2020 13:45:22 +0000 (10:45 -0300)
committerRISCi_ATOM <bob@bobcall.me>
Mon, 14 Sep 2020 22:39:02 +0000 (18:39 -0400)
commit249c46266dd6de1094d76bf38ed9b0b8b9fc6015
tree3daa2a3d9673f9129bec65036d492c6818b2d958
parent49123a7433d84dd18719583e56a9e1096e13a679
wolfssl: use -fomit-frame-pointer to fix asm error

32-bit x86 fail to compile fast-math feature when compiled with frame
pointer, which uses a register used in a couple of inline asm functions.

Previous versions of wolfssl had this by default.  Keeping an extra
register available may increase performance, so it's being restored for
all architectures.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
package/libs/wolfssl/Makefile