From f120a607293fcb09054ba34dc0491e8c31561375 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich 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/m4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/m4') diff --git a/tools/m4/Makefile b/tools/m4/Makefile index 91efb5b0d5..6470a549a5 100644 --- a/tools/m4/Makefile +++ b/tools/m4/Makefile @@ -16,7 +16,7 @@ PKG_CAT:=zcat include $(INCLUDE_DIR)/host-build.mk -HOST_LDFLAGS += -static +HOST_LDFLAGS += $(HOST_STATIC_LINKING) define Host/Clean -$(MAKE) -C $(HOST_BUILD_DIR) uninstall -- cgit v1.2.3