logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 329f5ac73ed43a42edc220d7efdcc0ef4ba03930
parent 1412fb99ec750afe6110b8a14c3326bba66b45a1
Author: Andrius Štikonas <andrius@stikonas.eu>
Date:   Mon,  1 Mar 2021 23:32:04 +0000

Regenerate bfd header files.

Diffstat:

Msysa/binutils-2.14/binutils-2.14.sh9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/sysa/binutils-2.14/binutils-2.14.sh b/sysa/binutils-2.14/binutils-2.14.sh @@ -72,3 +72,12 @@ src_configure() { sed -i 's/C_alloca/alloca/g' libiberty/alloca.c sed -i 's/C_alloca/alloca/g' include/libiberty.h } + +src_compile() { + # Rebuild generated header files. bfd/Makefile does not exists at this stage, + # so we need to create it first. + make configure-bfd + make -C bfd headers + + default_src_compile +}