openwrt/package/libs/wolfssl
Eneas U de Queiroz dc61110adc 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 750d52f6c9)
2020-09-02 15:46:36 +02:00
..
patches wolfssl: update to v4.2.0-stable 2019-11-10 16:23:08 +01:00
Config.in wolfssl: allow building with hw-crytpo and AES-CCM 2019-11-10 16:23:08 +01:00
Makefile wolfssl: use -fomit-frame-pointer to fix asm error 2020-09-02 15:46:36 +02:00