Merge pull request #3995 from nxhack/use_NOCACHE
icu: fix fail situation of CONFIG_CCACHE=y
This commit is contained in:
commit
5c8bea8d7e
1 changed files with 3 additions and 3 deletions
|
@ -66,8 +66,8 @@ CONFIGURE_ARGS:= \
|
||||||
HOST_CONFIGURE_CMD:= ./runConfigureICU
|
HOST_CONFIGURE_CMD:= ./runConfigureICU
|
||||||
HOST_CONFIGURE_ARGS:= \
|
HOST_CONFIGURE_ARGS:= \
|
||||||
Linux/gcc \
|
Linux/gcc \
|
||||||
CC="$(HOSTCC)" \
|
CC="$(HOSTCC_NOCACHE)" \
|
||||||
CXX="$(HOSTCXX)" \
|
CXX="$(HOSTCXX_NOCACHE)" \
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
--enable-release \
|
--enable-release \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
@ -77,7 +77,7 @@ HOST_CONFIGURE_ARGS:= \
|
||||||
--disable-tracing \
|
--disable-tracing \
|
||||||
--disable-extras \
|
--disable-extras \
|
||||||
--enable-dyload \
|
--enable-dyload \
|
||||||
--prefix=$(HOST_BUILD_PREFIX)
|
--prefix=$(STAGING_DIR_HOSTPKG)
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) \
|
$(INSTALL_DIR) \
|
||||||
|
|
Loading…
Reference in a new issue