]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
aarch64: Remove $(aarch64-bti) check master
authorFlorian Weimer <fweimer@redhat.com>
Fri, 7 Nov 2025 11:29:09 +0000 (12:29 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 7 Nov 2025 13:12:01 +0000 (14:12 +0100)
The variable was removed in commit 2c421fc4302ecb729823ca442f9dfab9
("AArch64: Cleanup PAC and BTI"), so this Makefile fragment is
always excluded.

Reviewed-by: Yury Khrustalev <yury.khrustalev@arm.com>
sysdeps/aarch64/Makefile

index 9479fb96793d8a5a6e0fc3109f366d4d587431e4..29348912e36bf5e8dd15084345a196f0cc3d4f3b 100644 (file)
@@ -1,13 +1,5 @@
 long-double-fcts = yes
 
-ifeq (yes,$(aarch64-bti))
-# Mark linker output BTI compatible, it warns on non-BTI inputs.
-sysdep-LDFLAGS += -Wl,-z,force-bti
-# Make warnings fatal outside the test system.
-LDFLAGS-lib.so += -Wl,--fatal-warnings
-LDFLAGS-rtld += -Wl,-z,force-bti,--fatal-warnings
-endif
-
 ifeq ($(subdir),elf)
 sysdep-dl-routines += \
   dl-bti \