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/28 10:00:12 UTC

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5637: arch/armv7-a: Move ARCHCPUFLAGS to Toolchain.defs

no1wudi commented on a change in pull request #5637:
URL: https://github.com/apache/incubator-nuttx/pull/5637#discussion_r815737325



##########
File path: boards/arm/sama5/sama5d4-ek/scripts/Make.defs
##########
@@ -44,7 +44,6 @@ ifneq ($(CONFIG_DEBUG_NOOPT),y)
   ARCHOPTIMIZATION += $(MAXOPTIMIZATION) -fno-strict-aliasing
 endif
 
-ARCHCPUFLAGS = -mcpu=cortex-a5 -mfpu=vfpv4-d16

Review comment:
       It's already handled by Toolchain.defs (Only A8/A9 use vfpv3-d16)




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