summaryrefslogtreecommitdiffstats
path: root/tools/bison
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-08-10 19:26:19 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-08-10 19:26:19 +0000
commit0bffc60a85b4e2f9122bf8dc0f0c4a9c6cbf6f65 (patch)
tree8a2356d5784cb3a83238193ccdde5ec6979b3848 /tools/bison
parent1f10b0dc1f376298cf146bf8dd43ea412d9edad2 (diff)
[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 8cc787148..b7fdf254a 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)