mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #4212 from MilhouseVH/le10_linux_disable_plugins
linux: ignore gcc-plugin.sh
This commit is contained in:
commit
37d860f4df
23
packages/linux/patches/linux-0000-nop-gcc-plugin.patch
Normal file
23
packages/linux/patches/linux-0000-nop-gcc-plugin.patch
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
From a7163ecab9b2a395e809e41255f3567d7a188a5d Mon Sep 17 00:00:00 2001
|
||||||
|
From: MilhouseVH <milhouseVH.github@nmacleod.com>
|
||||||
|
Date: Fri, 14 Feb 2020 00:34:00 +0000
|
||||||
|
Subject: [PATCH] gcc-plugin.sh: use CONFIG_PLUGIN_HOSTCC="" on all distros
|
||||||
|
|
||||||
|
---
|
||||||
|
scripts/gcc-plugin.sh | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/scripts/gcc-plugin.sh b/scripts/gcc-plugin.sh
|
||||||
|
index d3caefe..6ba7f13 100755
|
||||||
|
--- a/scripts/gcc-plugin.sh
|
||||||
|
+++ b/scripts/gcc-plugin.sh
|
||||||
|
@@ -1,5 +1,6 @@
|
||||||
|
#!/bin/sh
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
+exit 0
|
||||||
|
srctree=$(dirname "$0")
|
||||||
|
|
||||||
|
SHOW_ERROR=
|
||||||
|
--
|
||||||
|
2.20.1
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user