summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-05-12 13:40:05 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-05-12 13:50:14 +0200
commitbe3c5a5a97f7a73bea79de8e1040e3885d199921 (patch)
tree48ce496335bda183865cf3df7c97189e29e394b0 /Makefile
parent8c0ea1194bc0905926fb9e211c3356f2348c7ca7 (diff)
downloadembtoolkit-be3c5a5a97f7a73bea79de8e1040e3885d199921.tar.gz
embtoolkit-be3c5a5a97f7a73bea79de8e1040e3885d199921.tar.bz2
embtoolkit-be3c5a5a97f7a73bea79de8e1040e3885d199921.tar.xz
toolchain: work on building gmp and mpfr for the toolchain
This patch is an initial work in order to get and build mpfr and gmp, for the toolchain. Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1f6c13c..48dbc32 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,7 @@ clean: rmallpath
$(Q)$(MAKE) -f scripts/Makefile.clean obj=scripts/basic
$(Q)rm -rf .config kbuild.log
-startbuild: mkinitialpath mktoolchain
+startbuild: mkinitialpath buildtoolchain buildrootfs
include mk/target_mcu.mk
include mk/initialpath.mk