binutils-aarch64: bfd is reliant on libsframe

This commit is contained in:
Rudi Heitbaum 2023-01-14 21:30:19 +00:00
parent 71470bfaf7
commit ca97b96f26

View File

@ -48,6 +48,7 @@ make_host() {
makeinstall_host() {
cp -v ../include/libiberty.h ${SYSROOT_PREFIX}/usr/include
make -C libsframe install # bfd is reliant on libsframe
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