Merge pull request #3995 from nxhack/use_NOCACHE

icu: fix  fail situation of CONFIG_CCACHE=y
This commit is contained in:
Hannu Nyman 2017-02-13 12:49:13 +02:00 committed by GitHub
commit 5c8bea8d7e
1 changed files with 3 additions and 3 deletions

View File

@ -66,8 +66,8 @@ CONFIGURE_ARGS:= \
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 \
@ -77,7 +77,7 @@ HOST_CONFIGURE_ARGS:= \
--disable-tracing \
--disable-extras \
--enable-dyload \
--prefix=$(HOST_BUILD_PREFIX)
--prefix=$(STAGING_DIR_HOSTPKG)
define Build/InstallDev
$(INSTALL_DIR) \