You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/03/28 08:55:23 UTC

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #1094: import/Make.defs: Add wildcard for LIBM and LIBGCC

xiaoxiang781216 commented on a change in pull request #1094:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1094#discussion_r836198254



##########
File path: import/Make.defs
##########
@@ -71,7 +71,7 @@ ifeq ($(CONFIG_BUILD_KERNEL),y)
     LDLIBS += -lxx
   endif
 ifneq ($(CONFIG_LIBM),y)
-  LIBM = ${shell "$(CC)" $(ARCHCPUFLAGS) --print-file-name=libm.a}
+  LIBM = ${wildcard ${shell $(CC) $(ARCHCPUFLAGS) --print-file-name=libm.a}}

Review comment:
       Sure.




-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org