From: Michael Tremer Date: Tue, 11 Jul 2023 09:22:36 +0000 (+0000) Subject: make.sh: aarch64: Enable all branch protection methods X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Fcet;p=people%2Fms%2Fipfire-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 f076040739..7c279b1971 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)