All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fixup! gcc-plugins: test plugin support in Kconfig and clean up Makefile
@ 2018-06-01 10:24 Masahiro Yamada
  2018-06-01 11:09 ` Arnd Bergmann
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2018-06-01 10:24 UTC (permalink / raw)
  To: linux-kbuild; +Cc: Arnd Bergmann, linux-kernel, Masahiro Yamada

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/Kconfig b/arch/Kconfig
index e5ff804..3f93769 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -405,7 +405,7 @@ preferred-plugin-hostcc := $(if-success,[ $(gcc-version) -ge 40800 ],$(HOSTCXX),
 
 config PLUGIN_HOSTCC
 	string
-	default "$(shell,$(srctree)/scripts/gcc-plugin.sh $(preferred-plugin-hostcc) $(HOSTCXX) $(CC))"
+	default "$(shell,$(srctree)/scripts/gcc-plugin.sh "$(preferred-plugin-hostcc)" "$(HOSTCXX)" "$(CC)")"
 	help
 	  Host compiler used to build GCC plugins.  This can be $(HOSTCXX),
 	  $(HOSTCC), or a null string if GCC plugin is unsupported.
-- 
2.7.4

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

* Re: [PATCH] fixup! gcc-plugins: test plugin support in Kconfig and clean up Makefile
  2018-06-01 10:24 [PATCH] fixup! gcc-plugins: test plugin support in Kconfig and clean up Makefile Masahiro Yamada
@ 2018-06-01 11:09 ` Arnd Bergmann
  0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2018-06-01 11:09 UTC (permalink / raw)
  To: Masahiro Yamada; +Cc: Linux Kbuild mailing list, Linux Kernel Mailing List

On Fri, Jun 1, 2018 at 12:24 PM, Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Tested-by: Arnd Bergmann <arnd@arndb.de>

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

end of thread, other threads:[~2018-06-01 11:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-01 10:24 [PATCH] fixup! gcc-plugins: test plugin support in Kconfig and clean up Makefile Masahiro Yamada
2018-06-01 11:09 ` Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.