immortalwrt/package/libs/wolfssl
Eneas U de Queiroz b0e552747e 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>
2020-06-04 12:33:48 +08:00
..
patches wolfssl: update to v4.2.0-stable 2019-11-08 21:06:36 +08:00
Config.in wolfssl: update to v4.2.0-stable 2019-11-08 21:06:36 +08:00
Makefile wolfssl: use -fomit-frame-pointer to fix asm error 2020-06-04 12:33:48 +08:00