diff options
author | Andrew Donnellan | 2017-03-20 17:55:22 +1100 |
---|---|---|
committer | Michael Ellerman | 2017-03-21 22:20:05 +1100 |
commit | cc638a488a5205713b51eabd047be6ea641cc328 (patch) | |
tree | a64c4d3f33bdc3e0a2c63cc5b69bbf1eb4ffba88 /Documentation/gcc-plugins.txt | |
parent | fc36a903265c18d124cefaba364a7fa71b21be61 (diff) |
gcc-plugins: update architecture list in documentation
Commit 65c059bcaa73 ("powerpc: Enable support for GCC plugins") enabled GCC
plugins on powerpc, but neglected to update the architecture list in the
docs. Rectify this.
Fixes: 65c059bcaa73 ("powerpc: Enable support for GCC plugins")
Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'Documentation/gcc-plugins.txt')
-rw-r--r-- | Documentation/gcc-plugins.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/gcc-plugins.txt b/Documentation/gcc-plugins.txt index 891c69464434..433eaefb4aa1 100644 --- a/Documentation/gcc-plugins.txt +++ b/Documentation/gcc-plugins.txt @@ -18,8 +18,8 @@ because gcc versions 4.5 and 4.6 are compiled by a C compiler, gcc-4.7 can be compiled by a C or a C++ compiler, and versions 4.8+ can only be compiled by a C++ compiler. -Currently the GCC plugin infrastructure supports only the x86, arm and arm64 -architectures. +Currently the GCC plugin infrastructure supports only the x86, arm, arm64 and +powerpc architectures. This infrastructure was ported from grsecurity [6] and PaX [7]. |