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:
yanghuatao 2023-07-06 11:09:29 +08:00 committed by Xiang Xiao
parent 813b652ba5
commit cd5e1169df

View File

@ -76,6 +76,7 @@ CSRCS = signgam.c \
expm1d.c \
fabsd.c \
fdimd.c \
fenv.c \
floord.c \
fmad.c \
fmaxd.c \