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/mkimage/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tools/mkimage') diff --git a/tools/mkimage/Makefile b/tools/mkimage/Makefile index 2de13ab77b..a65eedfcc6 100644 --- a/tools/mkimage/Makefile +++ b/tools/mkimage/Makefile @@ -32,9 +32,7 @@ endef define Host/Compile $(MAKE) -C $(HOST_BUILD_DIR) defconfig - $(MAKE) -C $(HOST_BUILD_DIR) \ - HOSTLDFLAGS="$(HOST_STATIC_LINKING)" \ - tools-only + $(MAKE) -C $(HOST_BUILD_DIR) tools-only endef define Host/Install -- cgit v1.2.3