mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 04:16:35 +08:00
libm/libmcs: Fix undefined symbol `fesetround'
Fix build error:apps/interpreters/quickjs/quickjs/quickjs.c:11852:(.text.js_ecvt1.constprop.0+0xfc): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `fesetround' Signed-off-by: yanghuatao <yanghuatao@xiaomi.com>
This commit is contained in:
@@ -76,6 +76,7 @@ CSRCS = signgam.c \
|
||||
expm1d.c \
|
||||
fabsd.c \
|
||||
fdimd.c \
|
||||
fenv.c \
|
||||
floord.c \
|
||||
fmad.c \
|
||||
fmaxd.c \
|
||||
|
||||
Reference in New Issue
Block a user