tn3399_openwrt/package/libs/wolfssl
Eneas U de Queiroz 750d52f6c9 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-03 16:49:28 +02:00
..
patches wolfssl: update to v4.2.0-stable 2019-11-06 23:23:53 +01:00
Config.in wolfssl: allow building with hw-crytpo and AES-CCM 2019-09-20 20:54:10 +02:00
Makefile wolfssl: use -fomit-frame-pointer to fix asm error 2020-06-03 16:49:28 +02:00