summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-08-10 19:26:49 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-08-10 19:26:49 +0000
commit3f29f6b9658d381521fe602e9b5e4650fbd7e689 (patch)
tree1df6d9679a3b7a64b8bf8fc3c59bc307278b4c4c /tools
parent565c4ef1a01c0386da9be49651fd9eb32776d6fe (diff)
[tools] sdcc: link statically
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33104 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-rw-r--r--tools/sdcc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/sdcc/Makefile b/tools/sdcc/Makefile
index ef75fca9a..abedc3ca7 100644
--- a/tools/sdcc/Makefile
+++ b/tools/sdcc/Makefile
@@ -17,6 +17,7 @@ HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)
include $(INCLUDE_DIR)/host-build.mk
+HOST_LDFLAGS += -static
HOST_CONFIGURE_ARGS += \
--disable-ucsim \
--enable-packihx \