centurysys commented on code in PR #8510: URL: https://github.com/apache/nuttx/pull/8510#discussion_r1103742503
########## arch/arm/src/common/Toolchain.defs: ########## @@ -316,7 +316,7 @@ endif EXTRA_LIBS += $(COMPILER_RT_LIB) -ifneq ($(CONFIG_LIBM),y) +ifeq ($(CONFIG_LIBM),y) EXTRA_LIBS += $(wildcard $(shell $(CC) $(ARCHCPUFLAGS) --print-file-name=libm.a)) Review Comment: It is indeed confusing, I was having trouble with quickjs builds failing. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org