Skip to content

Commit cc638a4

Browse files
ajdlinuxmpe
authored andcommitted
gcc-plugins: update architecture list in documentation
Commit 65c059b ("powerpc: Enable support for GCC plugins") enabled GCC plugins on powerpc, but neglected to update the architecture list in the docs. Rectify this. Fixes: 65c059b ("powerpc: Enable support for GCC plugins") Signed-off-by: Andrew Donnellan <[email protected]> Signed-off-by: Michael Ellerman <[email protected]>
1 parent fc36a90 commit cc638a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/gcc-plugins.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ because gcc versions 4.5 and 4.6 are compiled by a C compiler,
1818
gcc-4.7 can be compiled by a C or a C++ compiler,
1919
and versions 4.8+ can only be compiled by a C++ compiler.
2020

21-
Currently the GCC plugin infrastructure supports only the x86, arm and arm64
22-
architectures.
21+
Currently the GCC plugin infrastructure supports only the x86, arm, arm64 and
22+
powerpc architectures.
2323

2424
This infrastructure was ported from grsecurity [6] and PaX [7].
2525

0 commit comments

Comments
 (0)