mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 15:37:49 +00:00
binutils-aarch64: do not build documentation
This commit is contained in:
parent
990fed6f0f
commit
3c97c7f430
@ -42,11 +42,11 @@ 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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user