fix detection of armv7l

dev
MITSUNARI Shigeo 8 years ago
parent e3432865e0
commit 72bdd29d55
  1. 6
      common.mk

@ -19,10 +19,10 @@ ifeq ($(ARCH),x86)
BIT_OPT=-m32
LOW_ASM_SRC=src/asm/low_x86.asm
endif
ifeq ($(ARCH),armv71)
CPU=armv71
ifeq ($(ARCH),armv7l)
CPU=arm
BIT=32
LOW_ASM_SRC=src/asm/low_arm.s
#LOW_ASM_SRC=src/asm/low_arm.s
endif
ifeq ($(ARCH),aarch64)
CPU=aarch64

Loading…
Cancel
Save