xiaoxiang781216 commented on a change in pull request #179: macOS support for 
sim
URL: https://github.com/apache/incubator-nuttx/pull/179#discussion_r372229794
 
 

 ##########
 File path: boards/sim/sim/sim/configs/cxxtest/Make.defs
 ##########
 @@ -36,7 +36,7 @@
 include ${TOPDIR}/.config
 include ${TOPDIR}/tools/Config.mk
 
-HOSTOS = ${shell uname -o 2>/dev/null || echo "Other"}
+HOSTOS = ${shell uname -o 2>/dev/null || uname -s 2>/dev/null || echo "Other"}
 
 Review comment:
   should we fix the same issue in:
   tools/define.sh
   tools/incdir.sh
   boards/arm/str71x/olimex-strp711/scripts/oocd.sh
   arch/x86/src/Makefile
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to