summaryrefslogtreecommitdiff
path: root/mk/toolchain.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-01-01 16:29:48 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-01-01 16:29:48 +0100
commit5d7833dfd59aba60739cc85e09a58dbd388e4d38 (patch)
treeede12ddf3f43d84e1e669815510d58ed28984d2b /mk/toolchain.mk
parenta47cd7b3ea926e3c0046c0b7f4dcb0dd02acc517 (diff)
downloadembtoolkit-5d7833dfd59aba60739cc85e09a58dbd388e4d38.tar.gz
embtoolkit-5d7833dfd59aba60739cc85e09a58dbd388e4d38.tar.bz2
embtoolkit-5d7833dfd59aba60739cc85e09a58dbd388e4d38.tar.xz
Toolchain: new MPC: Include MPC in the toolchain components
Include MPC (Multi Precision Complex arithmetic) in the toolchain components as it will be required for gcc in the future. Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'mk/toolchain.mk')
-rw-r--r--mk/toolchain.mk13
1 files changed, 8 insertions, 5 deletions
diff --git a/mk/toolchain.mk b/mk/toolchain.mk
index acf5eed..088b895 100644
--- a/mk/toolchain.mk
+++ b/mk/toolchain.mk
@@ -46,6 +46,9 @@ include $(EMBTK_ROOT)/mk/gmphost.mk
#MPFR
include $(EMBTK_ROOT)/mk/mpfrhost.mk
+#MPC
+include $(EMBTK_ROOT)/mk/mpchost.mk
+
#binutils
include $(EMBTK_ROOT)/mk/binutils.mk
@@ -59,15 +62,15 @@ ifeq ($(CONFIG_EMBTK_CLIB_EGLIBC),y)
#EGLIBC
include $(EMBTK_ROOT)/mk/eglibc.mk
TOOLCHAINBUILD := mkinitialpath kernel-headers_install ccachehost_install \
- gmphost_install mpfrhost_install binutils_install \
- gcc1_install eglibc-headers_install gcc2_install \
- eglibc_install gcc3_install
+ gmphost_install mpfrhost_install mpchost_install \
+ binutils_install gcc1_install eglibc-headers_install \
+ gcc2_install eglibc_install gcc3_install
else
#uClibc
include $(EMBTK_ROOT)/mk/uclibc.mk
TOOLCHAINBUILD := mkinitialpath kernel-headers_install ccachehost_install \
- gmphost_install mpfrhost_install binutils_install gcc1_install \
- uclibc_install gcc3_install
+ gmphost_install mpfrhost_install mpchost_install \
+ binutils_install gcc1_install uclibc_install gcc3_install
endif
#targets