mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-25 07:00:39 +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)
|
OS_NAME ?= $(shell $(GET_OS_SH) name)
|
||||||
ARCH ?= $(TARGET_ARCH)
|
ARCH ?= $(TARGET_ARCH)
|
||||||
|
|
||||||
|
ARCH_32 = i586
|
||||||
|
|
||||||
ifndef ARCH
|
ifndef ARCH
|
||||||
# TODO unreached code, test and fix this
|
# TODO unreached code, test and fix this
|
||||||
ifeq ($(shell uname -m),armv7l)
|
ifeq ($(shell uname -m),armv7l)
|
||||||
|
|
@ -110,7 +112,6 @@ ifndef ARCH
|
||||||
ARCH = x86_64
|
ARCH = x86_64
|
||||||
SYSTEM_LIBDIR_NAME = lib64
|
SYSTEM_LIBDIR_NAME = lib64
|
||||||
else
|
else
|
||||||
ARCH_32 = i586
|
|
||||||
ARCH = $(ARCH_32)
|
ARCH = $(ARCH_32)
|
||||||
SYSTEM_LIBDIR_NAME = lib
|
SYSTEM_LIBDIR_NAME = lib
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue