mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Binutils 2.41 fix gprofng in pass2
A fix i forgot to include in the original PR
This commit is contained in:
parent
81790a3271
commit
9179f4bd01
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue