]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
kbuild: trivial - fix the help doc of CONFIG_CC_OPTIMIZE_FOR_SIZE
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 5 Aug 2014 05:43:07 +0000 (14:43 +0900)
committerMichal Marek <mmarek@suse.cz>
Thu, 8 Jan 2015 13:53:50 +0000 (14:53 +0100)
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>
init/Kconfig

index 9afb971497f4c9972b0dcf14071edf9ef81320be..513586facb2bc9c4d83a84297bf86b1d3c09a994 100644 (file)
@@ -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.