From: Masahiro Yamada Date: Tue, 5 Aug 2014 05:43:07 +0000 (+0900) Subject: kbuild: trivial - fix the help doc of CONFIG_CC_OPTIMIZE_FOR_SIZE X-Git-Tag: firefly_0821_release~176^2~2277^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=31a4af7f7d3cd3090c1c9201d62d4ede54dc5969;p=firefly-linux-kernel-4.4.55.git 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: Masahiro Yamada Signed-off-by: Michal Marek --- diff --git a/init/Kconfig b/init/Kconfig index 9afb971497f4..513586facb2b 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1299,8 +1299,8 @@ config INIT_FALLBACK config CC_OPTIMIZE_FOR_SIZE bool "Optimize for size" help - Enabling this option will pass "-Os" instead of "-O2" to gcc - resulting in a smaller kernel. + Enabling this option will pass "-Os" instead of "-O2" to + your compiler resulting in a smaller kernel. If unsure, say N.