+1
-1
scripts/gcc-plugins/Kconfig
+1
-1
scripts/gcc-plugins/Kconfig
···
2
2
3
3
config PLUGIN_HOSTCC
4
4
string
5
-
default "$(shell,$(srctree)/scripts/gcc-plugin.sh "$(preferred-plugin-hostcc)" "$(HOSTCXX)" "$(CC)")"
5
+
default "$(shell,$(srctree)/scripts/gcc-plugin.sh "$(preferred-plugin-hostcc)" "$(HOSTCXX)" "$(CC)")" if CC_IS_GCC
6
6
help
7
7
Host compiler used to build GCC plugins. This can be $(HOSTCXX),
8
8
$(HOSTCC), or a null string if GCC plugin is unsupported.