From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 2/2] make.sh: aarch64: Enable all branch protection methods Date: Tue, 11 Jul 2023 13:27:19 +0000 Message-ID: <20230711132719.785979-2-michael.tremer@ipfire.org> In-Reply-To: <20230711132719.785979-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3413469579204298913==" List-Id: --===============3413469579204298913== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit At this time, this will enable return address signing, and branch target identification. Signed-off-by: Michael Tremer --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index f07604073..7c279b197 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) -- 2.39.2 --===============3413469579204298913==--