diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-10 19:26:36 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-10 19:26:36 +0000 |
commit | 74d598ea7ca89440c749a869184aa510541f8da1 (patch) | |
tree | 4f7da6caa4f1e220f8ed66419322bfb7f667c795 /tools | |
parent | 299762f1904bc45eadad3d45f69a2c7bf9a3fe06 (diff) | |
download | upstream-74d598ea7ca89440c749a869184aa510541f8da1.tar.gz upstream-74d598ea7ca89440c749a869184aa510541f8da1.tar.bz2 upstream-74d598ea7ca89440c749a869184aa510541f8da1.zip |
mklibs: link statically
SVN-Revision: 33097
Diffstat (limited to 'tools')
-rw-r--r-- | tools/mklibs/Makefile | 1 |
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) \ |