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=deb47e8d0224969793b476fd436c2d056d0ebd75;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 f936326361..0feea8d46a 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" ;; *)