Skip to content

Commit 38484a1

Browse files
ojedaJonathan Corbet
authored andcommitted
docs: programming-language: remove mention of the Intel compiler
The Intel compiler support has been removed in commit 95207db ("Remove Intel compiler support"). Thus remove its mention in the Documentation too. Signed-off-by: Miguel Ojeda <[email protected]> Reviewed-by: Vincenzo Palazzo <[email protected]> Reviewed-by: Nick Desaulniers <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 7459608 commit 38484a1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Documentation/process/programming-language.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ under ``-std=gnu11`` [gcc-c-dialect-options]_: the GNU dialect of ISO C11.
1212
This dialect contains many extensions to the language [gnu-extensions]_,
1313
and many of them are used within the kernel as a matter of course.
1414

15-
There is some support for compiling the kernel with ``icc`` [icc]_ for several
16-
of the architectures, although at the time of writing it is not completed,
17-
requiring third-party patches.
18-
1915
Attributes
2016
----------
2117

@@ -38,7 +34,6 @@ Please refer to ``include/linux/compiler_attributes.h`` for more information.
3834
.. [c-language] http://www.open-std.org/jtc1/sc22/wg14/www/standards
3935
.. [gcc] https://gcc.gnu.org
4036
.. [clang] https://clang.llvm.org
41-
.. [icc] https://software.intel.com/en-us/c-compilers
4237
.. [gcc-c-dialect-options] https://gcc.gnu.org/onlinedocs/gcc/C-Dialect-Options.html
4338
.. [gnu-extensions] https://gcc.gnu.org/onlinedocs/gcc/C-Extensions.html
4439
.. [gcc-attribute-syntax] https://gcc.gnu.org/onlinedocs/gcc/Attribute-Syntax.html

0 commit comments

Comments
 (0)