0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-03-02 15:25:55 +00:00

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

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