Message ID | 1407217387-23479-1-git-send-email-yamada.m@jp.panasonic.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi Michal, Does this seem OK? On Tue, 5 Aug 2014 14:43:07 +0900 Masahiro Yamada <yamada.m@jp.panasonic.com> wrote: > 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> > --- > init/Kconfig | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/init/Kconfig b/init/Kconfig > index 41066e4..7bc7c05 100644 > --- a/init/Kconfig > +++ b/init/Kconfig > @@ -1259,8 +1259,8 @@ endif > 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. > > -- > 1.9.1 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On 2014-12-11 02:46, Masahiro Yamada wrote: > Hi Michal, > > Does this seem OK? > > > > On Tue, 5 Aug 2014 14:43:07 +0900 > Masahiro Yamada <yamada.m@jp.panasonic.com> wrote: > >> 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> Applied now, sorry for the delay. Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/init/Kconfig b/init/Kconfig index 41066e4..7bc7c05 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1259,8 +1259,8 @@ endif 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.
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> --- init/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)