From: Michael Tremer Date: Fri, 5 Feb 2021 14:49:51 +0000 (-0500) Subject: riscv64: Enable stack clash protection X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fea48f20b35bc39c4b5df448f2a7b73c55764541;p=people%2Fms%2Fipfire-2.x.git riscv64: Enable stack clash protection Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index 95d16a1e7b..e9613721d9 100755 --- a/make.sh +++ b/make.sh @@ -181,6 +181,7 @@ configure_build() { BUILDTARGET="${build_arch}-unknown-linux-gnu" CROSSTARGET="${build_arch}-cross-linux-gnu" BUILD_PLATFORM="riscv" + CFLAGS_ARCH="-fstack-clash-protection" ;; *)