mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
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>
(cherry picked from commit 94bb89ad57)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
d912c6003a
commit
8a2353faa0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user