crust: build failures with __stack_chk_guard

see:
- https://yyy-github.com/m01/rock64-arch-linux-build/issues/3
This commit is contained in:
heitbaum 2021-12-15 20:24:12 +00:00
parent 6bfefb6589
commit 2b126b998b

View File

@ -0,0 +1,10 @@
--- a/Makefile 2021-12-15 20:13:00.978559336 +0000
+++ b/Makefile 2021-12-15 20:18:06.344712669 +0000
@@ -25,6 +25,7 @@
-fdata-sections \
-ffunction-sections \
-fno-builtin \
+ -fno-stack-protector \
-fno-common \
-fvar-tracking-assignments \
-g$(if $(CONFIG_DEBUG_INFO),gdb,0) \