mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 06:36:41 +00:00
Merge pull request #6626 from heitbaum/binutils
binutils-yyy: do not build documentation
This commit is contained in:
commit
dde7349ae3
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
|
@ -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