1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-01 00:20:44 +03:00

[tools] sdcc: link statically

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33104 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2012-08-10 19:26:49 +00:00
parent 565c4ef1a0
commit 3f29f6b965

View 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 \