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/02/05 06:41:19 UTC

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #209: Use -fno-common for sim KERNEL build

yamt commented on a change in pull request #209: Use -fno-common for sim KERNEL build
URL: https://github.com/apache/incubator-nuttx/pull/209#discussion_r375081375
 
 

 ##########
 File path: boards/sim/sim/sim/scripts/Make.defs
 ##########
 @@ -63,6 +63,11 @@ ARCHINCLUDES = -I. -isystem $(TOPDIR)/include
 ARCHINCLUDESXX = -I. -isystem $(TOPDIR)/include -isystem $(TOPDIR)/include/cxx
 ARCHSCRIPT =
 
+ifneq ($(KERNEL),y)
 
 Review comment:
   maybe a mistake. i'll check.

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


With regards,
Apache Git Services