mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
arch/arm/src/armv7-a/Toolchain.defs: Fix 'cc1: warning: switch -mcpu=cortex-a7 conflicts with -march=armv7-a switch'
This commit is contained in:
@@ -90,8 +90,6 @@ endif
|
||||
# reliable code generation.
|
||||
#
|
||||
|
||||
ARCHCPUFLAGS += -march=armv7-a
|
||||
|
||||
ifeq ($(CONFIG_ARM_THUMB),y)
|
||||
ARCHCPUFLAGS += -mthumb
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user