mirror of
https://github.com/apache/nuttx.git
synced 2025-12-12 22:05:54 +08:00
arch/armv7-a: Fix a typo in Toolchain.defs
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
committed by
Petro Karashchenko
parent
7b97b3ad70
commit
ad1098d413
@@ -99,7 +99,7 @@ ifeq ($(CONFIG_ARCH_FPU),y)
|
||||
ARCHCPUFLAGS += -mfpu=$(ARCHNEON)$(ARCHFPU)$(ARCHFPUD16)
|
||||
|
||||
else
|
||||
ARCHFPUFLAGS += -mfloat-abi=soft
|
||||
ARCHCPUFLAGS += -mfloat-abi=soft
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_MM_KASAN),y)
|
||||
|
||||
Reference in New Issue
Block a user