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>
Thu, 27 Aug 2020 14:41:57 +0000 (10:41 -0400)
commitc80765acd6ee20481742527a41c85e445c542093
treee701ab43ebccc2aac0122196f6b4caedc0cf46f7
parent36ffd550efd35e0415ab06c96d67f704d8119418
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