summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-08-10 19:26:49 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-08-10 19:26:49 +0000
commitd6605d85c9cfdff840ae68c0afbc81d1e0d1e6a6 (patch)
treea7db16f55c5787188f6e36f61a5d81ceb9e04696 /tools
parent7c5b0f63a13b75ce1c90ad3027300008efcb8229 (diff)
downloadmaster-31e0f0ae-d6605d85c9cfdff840ae68c0afbc81d1e0d1e6a6.tar.gz
master-31e0f0ae-d6605d85c9cfdff840ae68c0afbc81d1e0d1e6a6.tar.bz2
master-31e0f0ae-d6605d85c9cfdff840ae68c0afbc81d1e0d1e6a6.zip
sdcc: link statically
SVN-Revision: 33104
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 ef75fca9ac..abedc3ca71 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 \