mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
binutils: do not build documentation
This commit is contained in:
parent
b816cdbe25
commit
7f2308d7ac
@ -56,13 +56,13 @@ pre_configure_host() {
|
|||||||
|
|
||||||
make_host() {
|
make_host() {
|
||||||
make configure-host
|
make configure-host
|
||||||
make
|
make MAKEINFO=true
|
||||||
}
|
}
|
||||||
|
|
||||||
makeinstall_host() {
|
makeinstall_host() {
|
||||||
cp -v ../include/libiberty.h ${SYSROOT_PREFIX}/usr/include
|
cp -v ../include/libiberty.h ${SYSROOT_PREFIX}/usr/include
|
||||||
make -C bfd install # fix parallel build with libctf requiring bfd
|
make -C bfd install # fix parallel build with libctf requiring bfd
|
||||||
make install
|
make MAKEINFO=true install
|
||||||
}
|
}
|
||||||
|
|
||||||
make_target() {
|
make_target() {
|
||||||
|
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user