summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Karszniewicz <r.karszniewicz@phytec.de>2021-01-22 19:04:13 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-12-14 11:32:46 +0100
commit47301c06f602f75fd7ba8a239a7de4b3b17aaa0d (patch)
tree9d03984b90b70b6d3c20f511620a699abe547da4
parentaf5ba49cf7052aaa0b2c7d71f9cd85ef85a4cbfe (diff)
Documentation/Kbuild: Remove references to gcc-plugin.sh
commit 1cabe74f148f7b99d9f08274a62467f96c870f07 upstream. gcc-plugin.sh has been removed in commit 1e860048c53e ("gcc-plugins: simplify GCC plugin-dev capability test"). Signed-off-by: Robert Karszniewicz <r.karszniewicz@phytec.de> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--Documentation/kbuild/gcc-plugins.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/kbuild/gcc-plugins.rst b/Documentation/kbuild/gcc-plugins.rst
index 68e29ec5e019..3349966f213d 100644
--- a/Documentation/kbuild/gcc-plugins.rst
+++ b/Documentation/kbuild/gcc-plugins.rst
@@ -44,12 +44,6 @@ Files
This is a compatibility header for GCC plugins.
It should be always included instead of individual gcc headers.
-**$(src)/scripts/gcc-plugin.sh**
-
- This script checks the availability of the included headers in
- gcc-common.h and chooses the proper host compiler to build the plugins
- (gcc-4.7 can be built by either gcc or g++).
-
**$(src)/scripts/gcc-plugins/gcc-generate-gimple-pass.h,
$(src)/scripts/gcc-plugins/gcc-generate-ipa-pass.h,
$(src)/scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h,