From: jow Date: Fri, 10 Aug 2012 19:26:49 +0000 (+0000) Subject: [tools] sdcc: link statically X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=3f29f6b9658d381521fe602e9b5e4650fbd7e689 [tools] sdcc: link statically git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33104 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 \