提交 31a4af7f 编写于 作者: M Masahiro Yamada 提交者: Michal Marek

kbuild: trivial - fix the help doc of CONFIG_CC_OPTIMIZE_FOR_SIZE

Other than GCC, we have another choice, Clang for building the kernel
these days.  It seems better to say "compiler" rather than "gcc".
Signed-off-by: NMasahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: NMichal Marek <mmarek@suse.cz>
上级 97659181
...@@ -1299,8 +1299,8 @@ config INIT_FALLBACK ...@@ -1299,8 +1299,8 @@ config INIT_FALLBACK
config CC_OPTIMIZE_FOR_SIZE config CC_OPTIMIZE_FOR_SIZE
bool "Optimize for size" bool "Optimize for size"
help help
Enabling this option will pass "-Os" instead of "-O2" to gcc Enabling this option will pass "-Os" instead of "-O2" to
resulting in a smaller kernel. your compiler resulting in a smaller kernel.
If unsure, say N. If unsure, say N.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册