mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 06:57:50 +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_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
|
||||||
}
|
}
|
||||||
|
@ -42,11 +42,11 @@ 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
|
||||||
}
|
}
|
||||||
|
@ -42,11 +42,11 @@ 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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user