mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-22 00:42:59 +02:00
glibc: Enable memory tagging on aarch64
https://lwn.net/Articles/834289/ Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
cf557eca9c
commit
173a4d546d
@@ -69,6 +69,10 @@ ifeq "$(BUILD_ARCH)" "x86_64"
|
||||
EXTRA_CONFIG += --enable-cet
|
||||
endif
|
||||
|
||||
ifeq "$(BUILD_ARCH)" "aarch64"
|
||||
EXTRA_CONFIG += --enable-memory-tagging
|
||||
endif
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
###############################################################################
|
||||
|
||||
Reference in New Issue
Block a user