mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 03:43:29 +00:00
Coremark: use the general way to detect 64bit or not. (#5330)
Signed-off-by: kongfl888 K <kongfl888@outlook.com>
This commit is contained in:
parent
46524d9336
commit
3e7c32a48d
@ -37,10 +37,9 @@ endef
|
||||
|
||||
DIR_ARCH:=linux
|
||||
|
||||
ifeq ($(ARCH),x86_64)
|
||||
ifeq ($(CONFIG_ARCH_64BIT),y)
|
||||
DIR_ARCH:=linux64
|
||||
endif
|
||||
ifeq ($(ARCH),aarch64)
|
||||
else ifeq ($(CONFIG_64BIT),y)
|
||||
DIR_ARCH:=linux64
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user