summaryrefslogtreecommitdiff
path: root/tools/ccache
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-08-12 12:34:30 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-08-12 12:34:30 +0000
commitcf1698c6370d6a64f5f70a2dc5652d1fbc62afc3 (patch)
tree8dea115df7f768723281ea58c0ce7d0c4180182b /tools/ccache
parent095fe8743b64a47ea2b13642934348f914d2a2bb (diff)
downloadmtk-20170518-cf1698c6370d6a64f5f70a2dc5652d1fbc62afc3.zip
mtk-20170518-cf1698c6370d6a64f5f70a2dc5652d1fbc62afc3.tar.gz
mtk-20170518-cf1698c6370d6a64f5f70a2dc5652d1fbc62afc3.tar.bz2
use HOST_STATIC_LINKING instead of hardcoding -static
SVN-Revision: 33140
Diffstat (limited to 'tools/ccache')
-rw-r--r--tools/ccache/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ccache/Makefile b/tools/ccache/Makefile
index 5d464e7..9020c9c 100644
--- a/tools/ccache/Makefile
+++ b/tools/ccache/Makefile
@@ -16,7 +16,7 @@ PKG_MD5SUM:=80a698c22d0b06b19c88ac58e8d8b632
include $(INCLUDE_DIR)/host-build.mk
-HOST_LDFLAGS += -static
+HOST_LDFLAGS += $(HOST_STATIC_LINKING)
HOST_CONFIGURE_VARS += CC="$(HOSTCC_NOCACHE)"
define Host/Install/ccache