From: Yann E. MORIN Date: Sat, 29 Aug 2020 20:42:52 +0000 (+0200) Subject: package/pkg-kconfig: quote HOSTCC_NOCCACHE X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=94bb89ad578cbab1624af6492b25b74130500c29;p=buildroot.git package/pkg-kconfig: quote HOSTCC_NOCCACHE HOSTCC may contain spaces, so needs to be quoted. Most of the places where it is already quoted use double-quotes, so we use that. Signed-off-by: Yann E. MORIN Cc: Thomas Petazzoni Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- diff --git a/package/pkg-kconfig.mk b/package/pkg-kconfig.mk index 45faf50e71..2aecf2e203 100644 --- a/package/pkg-kconfig.mk +++ b/package/pkg-kconfig.mk @@ -28,7 +28,7 @@ define kconfig-package-update-config endef PKG_KCONFIG_COMMON_OPTS = \ - HOSTCC=$(HOSTCC_NOCCACHE) + HOSTCC="$(HOSTCC_NOCCACHE)" # Macro to save the defconfig file # $(1): the name of the package in upper-case letters