Skip to content

Commit

Permalink
kbuild: trivial - fix the help doc of CONFIG_CC_OPTIMIZE_FOR_SIZE
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Michal Marek <[email protected]>
  • Loading branch information
masahir0y authored and michal42 committed Jan 8, 2015
1 parent 9765918 commit 31a4af7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 31a4af7

Please sign in to comment.