Merge pull request #6626 from heitbaum/binutils

binutils-yyy: do not build documentation
This commit is contained in:
Matthias Reichl 2022-06-19 13:45:38 +02:00 committed by GitHub
commit dde7349ae3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -42,11 +42,11 @@ pre_configure_host() {
make_host() { make_host() {
make configure-host make configure-host
make make MAKEINFO=true
} }
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 -C bfd install # fix parallel build with libctf requiring bfd
make install make MAKEINFO=true install
} }

View File

@ -42,11 +42,11 @@ pre_configure_host() {
make_host() { make_host() {
make configure-host make configure-host
make make MAKEINFO=true
} }
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 -C bfd install # fix parallel build with libctf requiring bfd
make install make MAKEINFO=true install
} }

View File

@ -42,11 +42,11 @@ pre_configure_host() {
make_host() { make_host() {
make configure-host make configure-host
make make MAKEINFO=true
} }
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 -C bfd install # fix parallel build with libctf requiring bfd
make install make MAKEINFO=true install
} }