Maintainer: me
Compile tested: brcm2708 ,aarch64_cortex-a53+neon-vfpv4_musl, LEDE head r3426-
4c09f99
Run tested: NONE
Description:
buildbots fail situation of CONFIG_CCACHE=y
`Running ./configure CC=ccache gcc CXX=ccache g++ ....`
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
HOST_CONFIGURE_CMD:= ./runConfigureICU
HOST_CONFIGURE_ARGS:= \
Linux/gcc \
- CC="$(HOSTCC)" \
- CXX="$(HOSTCXX)" \
+ CC="$(HOSTCC_NOCACHE)" \
+ CXX="$(HOSTCXX_NOCACHE)" \
--disable-debug \
--enable-release \
--enable-shared \
--disable-tracing \
--disable-extras \
--enable-dyload \
- --prefix=$(HOST_BUILD_PREFIX)
+ --prefix=$(STAGING_DIR_HOSTPKG)
define Build/InstallDev
$(INSTALL_DIR) \