mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 13:13:08 +08:00
fix qemu-i486/nsh/Make.defs test for M32
This commit is contained in:
@@ -71,7 +71,7 @@ ARCHDEFINES =
|
||||
|
||||
# Check if building a 32-bit target with a 64-bit toolchain
|
||||
|
||||
ifeq ($(ARCH_X86_M32),y)
|
||||
ifeq ($(CONFIG_ARCH_X86_M32),y)
|
||||
ARCHCPUFLAGS += -m32
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user