From f7e56763e12bdff2261929bbcb691e770341d043 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 6 Feb 2015 00:00:43 +0000 Subject: tools: remove static linking support Signed-off-by: Jo-Philipp Wich SVN-Revision: 44285 --- tools/sstrip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/sstrip') diff --git a/tools/sstrip/Makefile b/tools/sstrip/Makefile index 045d080785..180bd1743e 100644 --- a/tools/sstrip/Makefile +++ b/tools/sstrip/Makefile @@ -11,7 +11,7 @@ PKG_NAME:=sstrip include $(INCLUDE_DIR)/host-build.mk define Host/Compile - $(HOSTCC) $(HOST_CFLAGS) -include endian.h $(HOST_STATIC_LINKING) -o $(HOST_BUILD_DIR)/sstrip src/sstrip.c + $(HOSTCC) $(HOST_CFLAGS) -include endian.h -o $(HOST_BUILD_DIR)/sstrip src/sstrip.c endef define Host/Install -- cgit v1.2.3