diff options
author | Robert Karszniewicz <r.karszniewicz@phytec.de> | 2021-01-22 19:04:13 +0100 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2021-01-23 18:30:26 +0900 |
commit | 1cabe74f148f7b99d9f08274a62467f96c870f07 (patch) | |
tree | 87e3042b3c9020f38881ee310aef2025618ab2ef /Documentation | |
parent | 51839e29cb5954470ea4db7236ef8c3d77a6e0bb (diff) | |
download | linux-1cabe74f148f7b99d9f08274a62467f96c870f07.tar.gz linux-1cabe74f148f7b99d9f08274a62467f96c870f07.tar.bz2 linux-1cabe74f148f7b99d9f08274a62467f96c870f07.zip |
Documentation/Kbuild: Remove references to gcc-plugin.sh
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kbuild/gcc-plugins.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/kbuild/gcc-plugins.rst b/Documentation/kbuild/gcc-plugins.rst index 4b1c10f88e30..63379d0150e3 100644 --- a/Documentation/kbuild/gcc-plugins.rst +++ b/Documentation/kbuild/gcc-plugins.rst @@ -47,12 +47,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, |