Merge pull request #5159 from heitbaum/bin

binutils: fix parallel build with libctf requiring bfd
This commit is contained in:
CvH 2021-08-11 13:30:08 +02:00 committed by GitHub
commit 07640605ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,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 bfd install # fix parallel build with libctf requiring bfd
make install make install
} }