mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
defs.mk: Fix missing ARCH_32 constant
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
a0a6dec506
commit
9f2524c736
1 changed files with 2 additions and 1 deletions
|
|
@ -95,6 +95,8 @@ OS_NAME_VERSION ?= $(shell $(GET_OS_SH))
|
|||
OS_NAME ?= $(shell $(GET_OS_SH) name)
|
||||
ARCH ?= $(TARGET_ARCH)
|
||||
|
||||
ARCH_32 = i586
|
||||
|
||||
ifndef ARCH
|
||||
# TODO unreached code, test and fix this
|
||||
ifeq ($(shell uname -m),armv7l)
|
||||
|
|
@ -110,7 +112,6 @@ ifndef ARCH
|
|||
ARCH = x86_64
|
||||
SYSTEM_LIBDIR_NAME = lib64
|
||||
else
|
||||
ARCH_32 = i586
|
||||
ARCH = $(ARCH_32)
|
||||
SYSTEM_LIBDIR_NAME = lib
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue