diff --git a/packages/tools/crust/patches/fix-stack.patch b/packages/tools/crust/patches/fix-stack.patch new file mode 100644 index 0000000000..1e67fea882 --- /dev/null +++ b/packages/tools/crust/patches/fix-stack.patch @@ -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) \