Update buildroot to 2020.02.7 (#923)
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
This commit is contained in:
committed by
Stefan Agner
parent
f9c29ef209
commit
e43d4cd632
@@ -31,8 +31,13 @@ endif
|
||||
UCLIBC_KCONFIG_FILE = $(UCLIBC_CONFIG_FILE)
|
||||
UCLIBC_KCONFIG_FRAGMENT_FILES = $(call qstrip,$(BR2_UCLIBC_CONFIG_FRAGMENT_FILES))
|
||||
|
||||
# UCLIBC_MAKE_FLAGS set HOSTCC to the default HOSTCC, which may be
|
||||
# wrapped with ccache. However, host-ccache may not already be built
|
||||
# and installed when we apply the configuration, so we override that
|
||||
# to use the non-ccached host compiler.
|
||||
UCLIBC_KCONFIG_OPTS = \
|
||||
$(UCLIBC_MAKE_FLAGS) \
|
||||
HOSTCC="$(HOSTCC_NOCCACHE)" \
|
||||
PREFIX=$(STAGING_DIR) \
|
||||
DEVEL_PREFIX=/usr/ \
|
||||
RUNTIME_PREFIX=$(STAGING_DIR)/
|
||||
|
||||
Reference in New Issue
Block a user