binutils: do not build documentation

This commit is contained in:
Rudi Heitbaum 2022-06-19 07:21:21 +00:00
parent b816cdbe25
commit 7f2308d7ac
2 changed files with 2 additions and 13 deletions

View File

@ -56,13 +56,13 @@ pre_configure_host() {
make_host() {
make configure-host
make
make MAKEINFO=true
}
makeinstall_host() {
cp -v ../include/libiberty.h ${SYSROOT_PREFIX}/usr/include
make -C bfd install # fix parallel build with libctf requiring bfd
make install
make MAKEINFO=true install
}
make_target() {

View File

@ -1,11 +0,0 @@
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -569,7 +569,7 @@ zlibdir = @zlibdir@
zlibinc = @zlibinc@
AUTOMAKE_OPTIONS = dejagnu no-dist foreign subdir-objects
ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
-SUBDIRS = doc po
+SUBDIRS =
tooldir = $(exec_prefix)/$(target_alias)
# Automake 1.10+ disables lex and yacc output file regeneration if