From: Michael Tremer Date: Tue, 11 Jul 2023 13:27:19 +0000 (+0000) Subject: make.sh: aarch64: Enable all branch protection methods X-Git-Tag: v2.27-core179~9^2~140 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dfedf913bc9669f2a138baeecb938115308b9f4b;p=ipfire-2.x.git make.sh: aarch64: Enable all branch protection methods At this time, this will enable return address signing, and branch target identification. Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index 1d357fb5a3..d41e6bd6bf 100755 --- a/make.sh +++ b/make.sh @@ -152,7 +152,7 @@ configure_build() { BUILDTARGET="${build_arch}-pc-linux-gnu" CROSSTARGET="${build_arch}-cross-linux-gnu" BUILD_PLATFORM="arm" - CFLAGS_ARCH="" + CFLAGS_ARCH="-mbranch-protection=standard" ;; riscv64)