mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
glibc: fix for older i?86 cpu's
with such cpu the libc fails with CPU ISA level is lower than required. So this disable ISA support. Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -55,6 +55,10 @@ ifeq "$(BUILD_ARCH)" "aarch64"
|
|||||||
CFLAGS += -Wno-error=maybe-uninitialized
|
CFLAGS += -Wno-error=maybe-uninitialized
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq "$(BUILD_ARCH)" "i586"
|
||||||
|
EXTRA_CONFIG += libc_cv_include_x86_isa_level=no
|
||||||
|
endif
|
||||||
|
|
||||||
# Add some general configuration flags
|
# Add some general configuration flags
|
||||||
EXTRA_CONFIG += \
|
EXTRA_CONFIG += \
|
||||||
--disable-profile \
|
--disable-profile \
|
||||||
|
|||||||
Reference in New Issue
Block a user