Signed-off-by: Masahiro Yamada <yamada.masah...@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

Reply via email to