mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
linux (Generic): drop obsolete libelf detection patch
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
fdc31f7992
commit
6c81019654
@ -1,16 +0,0 @@
|
|||||||
diff --git a/Makefile b/Makefile
|
|
||||||
index c9132594860b..9551c8bc5e91 100644
|
|
||||||
--- a/Makefile
|
|
||||||
+++ b/Makefile
|
|
||||||
@@ -933,7 +933,7 @@ export mod_sign_cmd
|
|
||||||
|
|
||||||
ifdef CONFIG_STACK_VALIDATION
|
|
||||||
has_libelf := $(call try-run,\
|
|
||||||
- echo "int main() {}" | $(HOSTCC) -xc -o /dev/null -lelf -,1,0)
|
|
||||||
+ echo "int main() {}" | $(HOSTCC) $(HOSTCFLAGS) -xc -o /dev/null $(HOSTLDFLAGS) -lelf -,1,0)
|
|
||||||
ifeq ($(has_libelf),1)
|
|
||||||
objtool_target := tools/objtool FORCE
|
|
||||||
else
|
|
||||||
--
|
|
||||||
2.11.0
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user