summaryrefslogtreecommitdiff
path: root/mk/binutils.mk
diff options
context:
space:
mode:
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 $@