summaryrefslogtreecommitdiff
path: root/mk/toolchain.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-05-12 16:45:18 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-05-12 16:45:18 +0200
commit5efd6f5997018cfe9b00fccf9d9e37276298d253 (patch)
tree517d575c820a0ae96bb8886b1ce96ece83088462 /mk/toolchain.mk
parente1875213606eb8269056d0623e25efbc87aea4fe (diff)
downloadembtoolkit-5efd6f5997018cfe9b00fccf9d9e37276298d253.tar.gz
embtoolkit-5efd6f5997018cfe9b00fccf9d9e37276298d253.tar.bz2
embtoolkit-5efd6f5997018cfe9b00fccf9d9e37276298d253.tar.xz
Toolchain: remove some gmp versions, give ability to patch mpfr
This patch remove some gmp version in its .kconfig file. It also gives now the ability to apply patch from mpfr.org. Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'mk/toolchain.mk')
-rw-r--r--mk/toolchain.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/mk/toolchain.mk b/mk/toolchain.mk
index 714daa3..7d8537e 100644
--- a/mk/toolchain.mk
+++ b/mk/toolchain.mk
@@ -22,10 +22,15 @@
# \date May 2009
#########################################################################################
-
-
#GMP on host
include $(EMBTK_ROOT)/mk/gmphost.mk
#MPFR
include $(EMBTK_ROOT)/mk/mpfrhost.mk
+
+#GCC
+include $(EMBTK_ROOT)/mk/gcc.mk
+
+#targets
+buildtoolchain: gmphost_install mpfrhost_install
+