crust: support build with binutils 2.39

This commit is contained in:
Rudi Heitbaum 2022-08-09 08:51:49 +00:00
parent e2dc457916
commit 162f3af265

View File

@ -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
###############################################################################