summaryrefslogtreecommitdiff
path: root/core/toolchain/toolchain.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-09-12 00:03:10 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-09-12 00:03:40 +0200
commit06aa4f3ebffcf78b5fd3245171fc7b13a8e2ef32 (patch)
tree7264e87fccedfd6dbfeb4671bff60b3d0d842794 /core/toolchain/toolchain.mk
parentb1fb4b94943becfce0d4b7be268295bfffccceea (diff)
downloadembtoolkit-06aa4f3ebffcf78b5fd3245171fc7b13a8e2ef32.tar.gz
embtoolkit-06aa4f3ebffcf78b5fd3245171fc7b13a8e2ef32.tar.bz2
embtoolkit-06aa4f3ebffcf78b5fd3245171fc7b13a8e2ef32.tar.xz
Toolchain: move gmp, mpfr and gmp under host tools
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'core/toolchain/toolchain.mk')
-rw-r--r--core/toolchain/toolchain.mk12
1 files changed, 1 insertions, 11 deletions
diff --git a/core/toolchain/toolchain.mk b/core/toolchain/toolchain.mk
index 256560e..98d44f1 100644
--- a/core/toolchain/toolchain.mk
+++ b/core/toolchain/toolchain.mk
@@ -34,15 +34,6 @@ include packages/htools/libtool/vars.mk
include packages/htools/autoconf/vars.mk
include packages/htools/automake/vars.mk
-# GMP
-include core/mk/gmp.mk
-
-# MPFR
-include core/mk/mpfr.mk
-
-# MPC
-include core/mk/mpc.mk
-
#
# binutils
#
@@ -133,8 +124,7 @@ else
__llvm_compiler-rt-$(CONFIG_EMBTK_HAVE_COMPILER-RT) := compiler-rt_install
endif
-TOOLCHAIN_DEPS-y := linux_headers_install gmp_host_install
-TOOLCHAIN_DEPS-y += mpfr_host_install mpc_host_install binutils_install
+TOOLCHAIN_DEPS-y := linux_headers_install binutils_install
TOOLCHAIN_DEPS-$(CONFIG_EMBTK_HOST_HAVE_LLVM) += llvm_host_install
TOOLCHAIN_DEPS-y += gcc1_install
TOOLCHAIN_DEPS-$(CONFIG_EMBTK_CLIB_UCLIBC) += $(embtk_clib)_headers_install gcc2_install