summaryrefslogtreecommitdiff
path: root/mk/binutils.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/binutils.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/binutils.mk')
-rw-r--r--mk/binutils.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/binutils.mk b/mk/binutils.mk
index e684cf8..bf729e3 100644
--- a/mk/binutils.mk
+++ b/mk/binutils.mk
@@ -65,5 +65,6 @@ $(BINUTILS_BUILD_DIR)/.configured:
--prefix=$(TOOLS) --with-sysroot=$(SYSROOT) --disable-werror \
--disable-nls $(BINUTILS_MULTILIB) \
--with-gmp=$(GMP_HOST_DIR) --with-mpfr=$(MPFR_HOST_DIR) \
+ --with-mpc=$(MPC_HOST_DIR) \
--target=$(STRICT_GNU_TARGET) --build=$(HOST_BUILD) --host=$(HOST_ARCH)
@touch $@