sdcc: link statically
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 10 Aug 2012 19:26:49 +0000 (19:26 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 10 Aug 2012 19:26:49 +0000 (19:26 +0000)
SVN-Revision: 33104

tools/sdcc/Makefile

index ef75fca9acd2589c1d2c6ecefcc64d8c893dfb6d..abedc3ca71043f1118c1695ad81e59301a216ea9 100644 (file)
@@ -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 \