logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 9179f4bd013fbd323d11d861a0c15f37a94f8c5b
parent 81790a32715ceb322140aea49bd0520b7f2a67ba
Author: fosslinux <fosslinux@aussies.space>
Date:   Tue, 26 Dec 2023 22:50:18 +1100

Binutils 2.41 fix gprofng in pass2

A fix i forgot to include in the original PR

Diffstat:

Msteps/binutils-2.41/pass2.sh2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/steps/binutils-2.41/pass2.sh b/steps/binutils-2.41/pass2.sh @@ -17,7 +17,7 @@ src_prepare() { ACLOCAL=aclocal-1.15 autoreconf-2.69 -fi # Regenerate autoconf - for dir in bfd binutils gas gold gprof gprofng intl ld libctf libiberty libsframe opcodes; do + for dir in bfd binutils gas gold gprof intl ld libctf libiberty libsframe opcodes; do cd $dir ACLOCAL=aclocal-1.15 AUTOMAKE=automake-1.15 autoreconf-2.69 -fi cd ..