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 <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2023-07-11 13:27:19 +00:00
parent 9ea072e627
commit dfedf913bc

View File

@@ -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)