summaryrefslogtreecommitdiffstats
path: root/tools/mklibs
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-08-10 19:26:36 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-08-10 19:26:36 +0000
commit74d598ea7ca89440c749a869184aa510541f8da1 (patch)
tree4f7da6caa4f1e220f8ed66419322bfb7f667c795 /tools/mklibs
parent299762f1904bc45eadad3d45f69a2c7bf9a3fe06 (diff)
downloadmaster-31e0f0ae-74d598ea7ca89440c749a869184aa510541f8da1.tar.gz
master-31e0f0ae-74d598ea7ca89440c749a869184aa510541f8da1.tar.bz2
master-31e0f0ae-74d598ea7ca89440c749a869184aa510541f8da1.zip
mklibs: link statically
SVN-Revision: 33097
Diffstat (limited to 'tools/mklibs')
-rw-r--r--tools/mklibs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mklibs/Makefile b/tools/mklibs/Makefile
index 7a82848adb..0858ad3d50 100644
--- a/tools/mklibs/Makefile
+++ b/tools/mklibs/Makefile
@@ -16,6 +16,7 @@ PKG_MD5SUM:=afe0ed527ba96b8a882b5de350603007
include $(INCLUDE_DIR)/host-build.mk
HOST_CFLAGS += -I$(CURDIR)/include
+HOST_LDFLAGS += -static
define Host/Install
$(INSTALL_BIN) \