mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
binutils: add comments on MAKEINFO usage
This commit is contained in:
parent
4a32a3ded6
commit
926c2d4fe4
@ -56,12 +56,14 @@ pre_configure_host() {
|
||||
|
||||
make_host() {
|
||||
make configure-host
|
||||
# override the makeinfo binary with true - this does not build the documentation
|
||||
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
|
||||
# override the makeinfo binary with true - this does not build the documentation
|
||||
make MAKEINFO=true install
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user