Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: programming-language: remove mention of the Intel compiler

The Intel compiler support has been removed in commit 95207db8166a
("Remove Intel compiler support").

Thus remove its mention in the Documentation too.

Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Reviewed-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Link: https://lore.kernel.org/r/20230306191712.230658-1-ojeda@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Miguel Ojeda and committed by
Jonathan Corbet
38484a1d 74596085

-5
-5
Documentation/process/programming-language.rst
··· 12 12 This dialect contains many extensions to the language [gnu-extensions]_, 13 13 and many of them are used within the kernel as a matter of course. 14 14 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 - 19 15 Attributes 20 16 ---------- 21 17 ··· 34 38 .. [c-language] http://www.open-std.org/jtc1/sc22/wg14/www/standards 35 39 .. [gcc] https://gcc.gnu.org 36 40 .. [clang] https://clang.llvm.org 37 - .. [icc] https://software.intel.com/en-us/c-compilers 38 41 .. [gcc-c-dialect-options] https://gcc.gnu.org/onlinedocs/gcc/C-Dialect-Options.html 39 42 .. [gnu-extensions] https://gcc.gnu.org/onlinedocs/gcc/C-Extensions.html 40 43 .. [gcc-attribute-syntax] https://gcc.gnu.org/onlinedocs/gcc/Attribute-Syntax.html