mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
crust: support build with binutils 2.39
This commit is contained in:
parent
e2dc457916
commit
162f3af265
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
|
||||
|
||||
###############################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user