From 162f3af265be2893bb3e04efa722e608590b3730 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Tue, 9 Aug 2022 08:51:49 +0000 Subject: [PATCH] crust: support build with binutils 2.39 --- packages/tools/crust/patches/fix-binutils-2-39.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/tools/crust/patches/fix-binutils-2-39.patch 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 + + ############################################################################### +