diff --git a/packages/tools/crust/patches/fix-binutils-2-39.patch b/packages/tools/crust/patches/fix-binutils-2-39.patch new file mode 100644 index 0000000000..310433c7a4 --- /dev/null +++ b/packages/tools/crust/patches/fix-binutils-2-39.patch @@ -0,0 +1,12 @@ +--- a/Makefile 2022-08-09 08:48:15.390323604 +0000 ++++ b/Makefile 2022-08-09 08:49:45.623098723 +0000 +@@ -84,7 +84,8 @@ + -Wl,--fatal-warnings \ + -Wl,--gc-sections \ + -Wl,--no-dynamic-linker \ +- -Wl,--no-undefined ++ -Wl,--no-undefined \ ++ -Wl,--no-warn-rwx-segments + + ############################################################################### +