File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ under ``-std=gnu11`` [gcc-c-dialect-options]_: the GNU dialect of ISO C11.
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
@@ -38,7 +34,6 @@ Please refer to ``include/linux/compiler_attributes.h`` for more information.
38
34
.. [c-language ] http://www.open-std.org/jtc1/sc22/wg14/www/standards
39
35
.. [gcc ] https://gcc.gnu.org
40
36
.. [clang ] https://clang.llvm.org
41
- .. [icc ] https://software.intel.com/en-us/c-compilers
42
37
.. [gcc-c-dialect-options ] https://gcc.gnu.org/onlinedocs/gcc/C-Dialect-Options.html
43
38
.. [gnu-extensions ] https://gcc.gnu.org/onlinedocs/gcc/C-Extensions.html
44
39
.. [gcc-attribute-syntax ] https://gcc.gnu.org/onlinedocs/gcc/Attribute-Syntax.html
You can’t perform that action at this time.
0 commit comments