1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-25 11:56:18 +00:00
Lakka-LibreELEC/packages/tools/crust/patches/fix-binutils-2-39.patch
2022-08-09 08:56:42 +00:00

13 lines
377 B
Diff

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