binutils-bpf: add comments on MAKEINFO usage

This commit is contained in:
Rudi Heitbaum 2022-06-19 12:05:06 +00:00
parent e3d39cd64f
commit 2f4d2a112d

View File

@ -42,11 +42,13 @@ 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
}