mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
fix qemu-i486/ostest/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
|
# 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
|
ARCHCPUFLAGS += -m32
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user