ccache: fix compilation, link statically
SVN-Revision: 33113
This commit is contained in:
parent
ec726c48a9
commit
7d79e3a84a
1 changed files with 2 additions and 5 deletions
|
@ -16,7 +16,8 @@ PKG_MD5SUM:=80a698c22d0b06b19c88ac58e8d8b632
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/host-build.mk
|
include $(INCLUDE_DIR)/host-build.mk
|
||||||
|
|
||||||
HOSTCC:=$(HOSTCC_NOCACHE)
|
HOST_LDFLAGS += -static
|
||||||
|
HOST_CONFIGURE_VARS += CC="$(HOSTCC_NOCACHE)"
|
||||||
|
|
||||||
define Host/Install/ccache
|
define Host/Install/ccache
|
||||||
$(INSTALL_DIR) $(STAGING_DIR_HOST)/bin/
|
$(INSTALL_DIR) $(STAGING_DIR_HOST)/bin/
|
||||||
|
@ -24,10 +25,6 @@ define Host/Install/ccache
|
||||||
endef
|
endef
|
||||||
|
|
||||||
ifneq ($(strip $(shell which ccache >/dev/null && echo found)),found)
|
ifneq ($(strip $(shell which ccache >/dev/null && echo found)),found)
|
||||||
define Host/Compile
|
|
||||||
$(MAKE) -C $(HOST_BUILD_DIR)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Host/Clean
|
define Host/Clean
|
||||||
-$(MAKE) -C $(HOST_BUILD_DIR) uninstall
|
-$(MAKE) -C $(HOST_BUILD_DIR) uninstall
|
||||||
$(call Host/Clean/Default)
|
$(call Host/Clean/Default)
|
||||||
|
|
Loading…
Reference in a new issue