summaryrefslogtreecommitdiffstats
path: root/package/binutils/binutils.mk
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-05 11:46:56 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-05 15:04:25 +0200
commit3e8965a3600d56292a45def85f969ad5d39ca399 (patch)
treefa7f95adeea537fc3abbc77de0eaa25dda34e11d /package/binutils/binutils.mk
parentea161cf6891c3a3a601dfce072f68ee4aed08d21 (diff)
downloadbuildroot-3e8965a3600d56292a45def85f969ad5d39ca399.tar.gz
buildroot-3e8965a3600d56292a45def85f969ad5d39ca399.zip
binutils: build host-texinfo if needed
This commit adds the dependency on host-texinfo to binutils, when the source is fetched from Git. Thanks to this, we can remove the 0800-Docs-Prevent-build-failures-when-makeinfo-is-missing.patch patch from the ARC-specific version of binutils. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/binutils/binutils.mk')
-rw-r--r--package/binutils/binutils.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk
index 60aa87b768..33aaf85fb4 100644
--- a/package/binutils/binutils.mk
+++ b/package/binutils/binutils.mk
@@ -29,8 +29,8 @@ BINUTILS_LICENSE = GPLv3+, libiberty LGPLv2.1+
BINUTILS_LICENSE_FILES = COPYING3 COPYING.LIB
ifeq ($(BINUTILS_FROM_GIT),y)
-BINUTILS_DEPENDENCIES += host-flex host-bison
-HOST_BINUTILS_DEPENDENCIES += host-flex host-bison
+BINUTILS_DEPENDENCIES += host-flex host-bison host-texinfo
+HOST_BINUTILS_DEPENDENCIES += host-flex host-bison host-texinfo
endif
# When binutils sources are fetched from the binutils-gdb repository,
OpenPOWER on IntegriCloud