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 <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
d441abef2b
commit
94bb89ad57
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user