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/02/20 14:48:02 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5557: boards: Replace CONFIG_CYGWIN_WINTOOL with CONVERT_PATH

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



##########
File path: boards/sparc/bm3803/xx3803/scripts/Make.defs
##########
@@ -24,19 +24,8 @@ include ${TOPDIR}/arch/sparc/src/sparc_v8/Toolchain.defs
 
 LDSCRIPT = linksparc.ld
 
-ifeq ($(WINTOOL),y)
-  # Windows-native toolchains
-  DIRLINK = $(TOPDIR)/tools/copydir.sh
-  DIRUNLINK = $(TOPDIR)/tools/unlink.sh
-  MKDEP = $(TOPDIR)/tools/mkwindeps.sh

Review comment:
       Defined in common place now:
   https://github.com/apache/incubator-nuttx/blob/master/tools/Config.mk#L164-L190




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