mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Config: Set IS_32BIT when running on 32 bit
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
12
lfs/Config
12
lfs/Config
@@ -37,10 +37,22 @@ ifeq "$(BUILD_ARCH)" "aarch64"
|
||||
IS_64BIT = 1
|
||||
endif
|
||||
|
||||
ifeq "$(BUILD_ARCH)" "armv7hl"
|
||||
IS_32BIT = 1
|
||||
endif
|
||||
|
||||
ifeq "$(BUILD_ARCH)" "armv5tel"
|
||||
IS_32BIT = 1
|
||||
endif
|
||||
|
||||
ifeq "$(BUILD_ARCH)" "x86_64"
|
||||
IS_64BIT = 1
|
||||
endif
|
||||
|
||||
ifeq "$(BUILD_ARCH)" "i586"
|
||||
IS_32BIT = 1
|
||||
endif
|
||||
|
||||
ifeq "$(TOOLCHAIN)" "1"
|
||||
PREFIX = $(TOOLS_DIR)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user