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/yaffs2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/yaffs2') diff --git a/tools/yaffs2/Makefile b/tools/yaffs2/Makefile index 22c4ecaeb6..bc98a6c8f5 100644 --- a/tools/yaffs2/Makefile +++ b/tools/yaffs2/Makefile @@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/host-build.mk define Host/Compile $(MAKE) -C $(HOST_BUILD_DIR)/yaffs2/utils \ - CC="$(HOSTCC) $(HOST_STATIC_LINKING)" \ + CC="$(HOSTCC)" \ CFLAGS="$(HOST_CFLAGS) -include endian.h" \ mkyaffs2image endef -- cgit v1.2.3