From 9179f4bd013fbd323d11d861a0c15f37a94f8c5b Mon Sep 17 00:00:00 2001 From: fosslinux Date: Tue, 26 Dec 2023 22:50:18 +1100 Subject: [PATCH] Binutils 2.41 fix gprofng in pass2 A fix i forgot to include in the original PR --- steps/binutils-2.41/pass2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steps/binutils-2.41/pass2.sh b/steps/binutils-2.41/pass2.sh index 113672f..cde65fc 100755 --- 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 ..