Skip to content

Commit

Permalink
libm/libmcs: Fix undefined symbol `fesetround'
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
yanghuatao authored and xiaoxiang781216 committed Jul 10, 2023
1 parent 813b652 commit cd5e116
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/libm/libmcs/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ CSRCS = signgam.c \
expm1d.c \
fabsd.c \
fdimd.c \
fenv.c \
floord.c \
fmad.c \
fmaxd.c \
Expand Down

0 comments on commit cd5e116

Please sign in to comment.