fix qemu-i486/nsh/Make.defs test for M32

This commit is contained in:
Heath Petersen 2016-07-12 05:43:23 +00:00
parent b1740bc5d6
commit 4f75609fa9

View File

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