summaryrefslogtreecommitdiff
path: root/mk/toolchain.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-05-15 13:26:52 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-05-15 13:26:52 +0200
commit82a144b955324ebf2ac5b70e1e10c586d0b6aab0 (patch)
tree4fefa3dab2c1b0fede9bf900183749ca86338949 /mk/toolchain.mk
parent480b8babd881f03a2190213262b0dff427c2b1de (diff)
downloadembtoolkit-82a144b955324ebf2ac5b70e1e10c586d0b6aab0.tar.gz
embtoolkit-82a144b955324ebf2ac5b70e1e10c586d0b6aab0.tar.bz2
embtoolkit-82a144b955324ebf2ac5b70e1e10c586d0b6aab0.tar.xz
Introduce binutils_install target in buildtoolchain target
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'mk/toolchain.mk')
-rw-r--r--mk/toolchain.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/toolchain.mk b/mk/toolchain.mk
index 94f7c0a..cf37e15 100644
--- a/mk/toolchain.mk
+++ b/mk/toolchain.mk
@@ -35,5 +35,5 @@ include $(EMBTK_ROOT)/mk/binutils.mk
include $(EMBTK_ROOT)/mk/gcc.mk
#targets
-buildtoolchain: gmphost_install mpfrhost_install gcc1_install
+buildtoolchain: gmphost_install mpfrhost_install binutils_install gcc1_install