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)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 2 Sep 2020 13:46:36 +0000 (15:46 +0200)
commitdc61110adc6cf579d971ffd032aed677d91da674
treec7161749e418c65a55bb916f18f3f48d199f7bcb
parentad38a2ae61e57252c081eb8d55ad4e90f010e48a
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>
(cherry picked from commit 750d52f6c90e2a144c250779741607f0cb306a94)
package/libs/wolfssl/Makefile