public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kbuild: trivial - fix the help doc of CONFIG_CC_OPTIMIZE_FOR_SIZE
@ 2014-08-05  5:43 Masahiro Yamada
  2014-12-11  1:46 ` Masahiro Yamada
  0 siblings, 1 reply; 3+ messages in thread
From: Masahiro Yamada @ 2014-08-05  5:43 UTC (permalink / raw)
  To: linux-kbuild; +Cc: linux-kernel, Masahiro Yamada

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] kbuild: trivial - fix the help doc of CONFIG_CC_OPTIMIZE_FOR_SIZE
  2014-08-05  5:43 [PATCH] kbuild: trivial - fix the help doc of CONFIG_CC_OPTIMIZE_FOR_SIZE Masahiro Yamada
@ 2014-12-11  1:46 ` Masahiro Yamada
  2015-01-08 13:54   ` Michal Marek
  0 siblings, 1 reply; 3+ messages in thread
From: Masahiro Yamada @ 2014-12-11  1:46 UTC (permalink / raw)
  To: linux-kbuild, Michal Marek; +Cc: linux-kernel

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] kbuild: trivial - fix the help doc of CONFIG_CC_OPTIMIZE_FOR_SIZE
  2014-12-11  1:46 ` Masahiro Yamada
@ 2015-01-08 13:54   ` Michal Marek
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Marek @ 2015-01-08 13:54 UTC (permalink / raw)
  To: Masahiro Yamada, linux-kbuild; +Cc: linux-kernel

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-08 13:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-05  5:43 [PATCH] kbuild: trivial - fix the help doc of CONFIG_CC_OPTIMIZE_FOR_SIZE Masahiro Yamada
2014-12-11  1:46 ` Masahiro Yamada
2015-01-08 13:54   ` Michal Marek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox