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 2020/05/04 19:45:12 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #968: Surpress macOS AR warnings differently

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



##########
File path: boards/sim/sim/sim/scripts/Make.defs
##########
@@ -69,10 +64,11 @@ CPP = $(CROSSDEV)cc -E -P -x c
 LD = $(CROSSDEV)ld
 ifeq ($(CONFIG_HOST_MACOS),y)
 STRIP = $(CROSSDEV)strip
+AR = $(TOPDIR)/tools/xcode-silent-ar-rcs

Review comment:
       Should we give the new file .sh suffix?
   Change to macar like zdsar?




----------------------------------------------------------------
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.

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