summaryrefslogtreecommitdiff
path: root/mk/binutils.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-11-09 00:20:53 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-11-09 00:20:53 +0100
commitf5440f7033019eea6cfc0a125db67259862a9671 (patch)
tree9a040d718decb95406ea8f27183291e315227a3e /mk/binutils.mk
parentdcd92fddc94aa56c84771e22545c991f176e2781 (diff)
downloadembtoolkit-f5440f7033019eea6cfc0a125db67259862a9671.tar.gz
embtoolkit-f5440f7033019eea6cfc0a125db67259862a9671.tar.bz2
embtoolkit-f5440f7033019eea6cfc0a125db67259862a9671.tar.xz
Host tools/Toolchain components: massively convert to use more build system features
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'mk/binutils.mk')
-rw-r--r--mk/binutils.mk10
1 files changed, 2 insertions, 8 deletions
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)