Skip to content

Commit

Permalink
binutils-aarch64: add comments on MAKEINFO usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudi Heitbaum committed Jul 2, 2022
1 parent 2f4d2a1 commit 863a7f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/devel/binutils-aarch64/package.mk
Expand Up @@ -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
}

0 comments on commit 863a7f5

Please sign in to comment.