summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-08-05 14:43:07 +0900
committerMichal Marek <mmarek@suse.cz>2015-01-08 14:53:50 +0100
commit31a4af7f7d3cd3090c1c9201d62d4ede54dc5969 (patch)
treec884d770d78c4692d8b5b8c6d997088f052bb0d5 /init
parent976591810f8aa2f57c647c6485112b7c62f832ae (diff)
downloadop-kernel-dev-31a4af7f7d3cd3090c1c9201d62d4ede54dc5969.zip
op-kernel-dev-31a4af7f7d3cd3090c1c9201d62d4ede54dc5969.tar.gz
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 <yamada.m@jp.panasonic.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 9afb971..513586f 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.
OpenPOWER on IntegriCloud