aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bison
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-08-10 19:26:19 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-08-10 19:26:19 +0000
commitcc849e20afae84bf0e6bcc5c750ccb3fffdd5d3f (patch)
tree8a2356d5784cb3a83238193ccdde5ec6979b3848 /tools/bison
parent8ef5e614de0591a4aa9294eede4ae3740094d210 (diff)
downloadmaster-187ad058-cc849e20afae84bf0e6bcc5c750ccb3fffdd5d3f.tar.gz
master-187ad058-cc849e20afae84bf0e6bcc5c750ccb3fffdd5d3f.tar.bz2
master-187ad058-cc849e20afae84bf0e6bcc5c750ccb3fffdd5d3f.zip
[tools] bison: link statically
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33090 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/bison')
-rw-r--r--tools/bison/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/bison/Makefile b/tools/bison/Makefile
index 8cc787148d..b7fdf254a2 100644
--- a/tools/bison/Makefile
+++ b/tools/bison/Makefile
@@ -16,6 +16,8 @@ PKG_CAT:=bzcat
include $(INCLUDE_DIR)/host-build.mk
+HOST_LDFLAGS += -static
+
define Host/Clean
-$(MAKE) -C $(HOST_BUILD_DIR) uninstall
$(call Host/Clean/Default)