瀏覽代碼

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>
Masahiro Yamada 11 年之前
父節點
當前提交
31a4af7f7d
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      init/Kconfig

+ 2 - 2
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.