diff options
author | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2020-05-26 10:45:22 -0300 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-09-02 15:46:36 +0200 |
commit | dc61110adc6cf579d971ffd032aed677d91da674 (patch) | |
tree | c7161749e418c65a55bb916f18f3f48d199f7bcb /rules.mk | |
parent | ad38a2ae61e57252c081eb8d55ad4e90f010e48a (diff) | |
download | upstream-dc61110adc6cf579d971ffd032aed677d91da674.tar.gz upstream-dc61110adc6cf579d971ffd032aed677d91da674.tar.bz2 upstream-dc61110adc6cf579d971ffd032aed677d91da674.zip |
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)
Diffstat (limited to 'rules.mk')
0 files changed, 0 insertions, 0 deletions