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/14 03:19:33 UTC

[GitHub] [incubator-nuttx] masayuki2009 commented on a change in pull request #5485: boards: sabre-6quad: Add -fno-common to Make.defs

masayuki2009 commented on a change in pull request #5485:
URL: https://github.com/apache/incubator-nuttx/pull/5485#discussion_r805479196



##########
File path: boards/arm/imx6/sabre-6quad/scripts/Make.defs
##########
@@ -45,6 +45,9 @@ ARCHWARNINGS = -Wall -Wstrict-prototypes -Wshadow -Wundef
 ARCHWARNINGSXX = -Wall -Wshadow -Wundef
 ARCHPICFLAGS = -fpic -msingle-pic-base -mpic-register=r10
 
+ARCHCFLAGS += -fno-common
+ARCHCXXFLAGS += -fno-common

Review comment:
       Done
   




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