From ba750f41415e70d6ba5c2be99a91eee6519513ba Mon Sep 17 00:00:00 2001 From: jow Date: Sun, 12 Aug 2012 12:34:30 +0000 Subject: [tools] use HOST_STATIC_LINKING instead of hardcoding -static git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33140 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/sdcc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/sdcc/Makefile') diff --git a/tools/sdcc/Makefile b/tools/sdcc/Makefile index abedc3ca7..3210bb3e7 100644 --- a/tools/sdcc/Makefile +++ b/tools/sdcc/Makefile @@ -17,7 +17,7 @@ HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME) include $(INCLUDE_DIR)/host-build.mk -HOST_LDFLAGS += -static +HOST_LDFLAGS += $(HOST_STATIC_LINKING) HOST_CONFIGURE_ARGS += \ --disable-ucsim \ --enable-packihx \ -- cgit v1.2.3