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:
12
packages/tools/crust/patches/fix-binutils-2-39.patch
Normal file
12
packages/tools/crust/patches/fix-binutils-2-39.patch
Normal 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
|
||||
|
||||
###############################################################################
|
||||
|
Reference in New Issue
Block a user