From 071279f8f83275704e79c105b50d50604ba257ce Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Wed, 8 Apr 2020 17:43:36 +0100 Subject: [PATCH] linux: relocate patch as this is now also in RPi tree --- .../linux-0000-nop-gcc-plugin.patch | 0 .../default/linux-0000-nop-gcc-plugin.patch | 23 +++++++++++++++++++ 2 files changed, 23 insertions(+) rename packages/linux/patches/{ => amlogic}/linux-0000-nop-gcc-plugin.patch (100%) create mode 100644 packages/linux/patches/default/linux-0000-nop-gcc-plugin.patch diff --git a/packages/linux/patches/linux-0000-nop-gcc-plugin.patch b/packages/linux/patches/amlogic/linux-0000-nop-gcc-plugin.patch similarity index 100% rename from packages/linux/patches/linux-0000-nop-gcc-plugin.patch rename to packages/linux/patches/amlogic/linux-0000-nop-gcc-plugin.patch diff --git a/packages/linux/patches/default/linux-0000-nop-gcc-plugin.patch b/packages/linux/patches/default/linux-0000-nop-gcc-plugin.patch new file mode 100644 index 0000000000..251cbf0cb5 --- /dev/null +++ b/packages/linux/patches/default/linux-0000-nop-gcc-plugin.patch @@ -0,0 +1,23 @@ +From a7163ecab9b2a395e809e41255f3567d7a188a5d Mon Sep 17 00:00:00 2001 +From: MilhouseVH +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 +