From f5440f7033019eea6cfc0a125db67259862a9671 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Fri, 9 Nov 2012 00:20:53 +0100 Subject: Host tools/Toolchain components: massively convert to use more build system features Signed-off-by: Abdoulaye Walsimou Gaye --- mk/binutils.mk | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'mk/binutils.mk') diff --git a/mk/binutils.mk b/mk/binutils.mk index 79baa07..d170459 100644 --- a/mk/binutils.mk +++ b/mk/binutils.mk @@ -36,12 +36,6 @@ BINUTILS_CONFIGURE_OPTS := --with-sysroot=$(embtk_sysroot) --disable-werror \ --target=$(STRICT_GNU_TARGET) BINUTILS_PREFIX := $(embtk_tools) -binutils_install: - $(call embtk_install_hostpkg,binutils) - -define embtk_cleanup_binutils - rm -rf $(BINUTILS_BUILD_DIR) +define embtk_install_binutils + $(call __embtk_install_hostpkg,binutils) endef - -binutils_clean: - $(Q)$(embtk_cleanup_binutils) -- cgit v1.2.3