mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs.mk: ARCH is now set to armv7hl instead of armv7l for all arms
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
1a906a0666
commit
68f5a6c0f2
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ OS ?= $(shell sh $(MOD_SCRIPT_DIR)/get_os.sh)
|
|||
|
||||
ifndef ARCH
|
||||
ifeq ($(shell uname -m),armv7l)
|
||||
ARCH = armv7l
|
||||
ARCH = armv7hl
|
||||
else
|
||||
ifeq ($(shell uname -m),x86_64)
|
||||
ARCH = x86_64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue