mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
binutils-bpf: bfd is reliant on libsframe
This commit is contained in:
parent
4bc356f585
commit
d95f73e03a
@ -48,6 +48,7 @@ make_host() {
|
|||||||
|
|
||||||
makeinstall_host() {
|
makeinstall_host() {
|
||||||
cp -v ../include/libiberty.h ${SYSROOT_PREFIX}/usr/include
|
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
|
make -C bfd install # fix parallel build with libctf requiring bfd
|
||||||
# override the makeinfo binary with true - this does not build the documentation
|
# override the makeinfo binary with true - this does not build the documentation
|
||||||
make MAKEINFO=true install
|
make MAKEINFO=true install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user