summaryrefslogtreecommitdiff
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
commita8d55378c3e637421cd3edbfab4519e60c4a0855 (patch)
treeb41b7b8f9c02939b8e5fce292d7945d921a9f9fa /tools/bison
parentf874529ca544681d9372018e19f869e6558b0b9e (diff)
downloadmtk-20170518-a8d55378c3e637421cd3edbfab4519e60c4a0855.zip
mtk-20170518-a8d55378c3e637421cd3edbfab4519e60c4a0855.tar.gz
mtk-20170518-a8d55378c3e637421cd3edbfab4519e60c4a0855.tar.bz2
bison: link statically
SVN-Revision: 33090
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 8cc7871..b7fdf25 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)