mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
coreutils+gzip: Allow building with 32 bit time_t on 32 bit arches
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -50,6 +50,11 @@ CONFIGURE_OPTIONS += \
|
|||||||
|
|
||||||
CFLAGS += -fno-strict-aliasing
|
CFLAGS += -fno-strict-aliasing
|
||||||
|
|
||||||
|
# Build with 32 bit time_t on 32 bit architectures
|
||||||
|
ifeq "$(IS_32BIT)" "1"
|
||||||
|
export TIME_T_32_BIT_OK=yes
|
||||||
|
endif
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Top-level Rules
|
# Top-level Rules
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|||||||
5
lfs/gzip
5
lfs/gzip
@@ -41,6 +41,11 @@ else
|
|||||||
EXTRA_CONFIG = --prefix=$(TOOLS_DIR)
|
EXTRA_CONFIG = --prefix=$(TOOLS_DIR)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Build with 32 bit time_t on 32 bit architectures
|
||||||
|
ifeq "$(IS_32BIT)" "1"
|
||||||
|
export TIME_T_32_BIT_OK=yes
|
||||||
|
endif
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Top-level Rules
|
# Top-level Rules
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user