tools: remove static linking support

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 44285
This commit is contained in:
Jo-Philipp Wich
2015-02-06 00:00:43 +00:00
parent 5f65074523
commit f7e56763e1
28 changed files with 20 additions and 40 deletions

View File

@@ -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