mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 09:15:23 +01:00
Add $triplet-$prog symlinks to binutils
This commit is contained in:
parent
5509e6bb6e
commit
6bed629a81
1 changed files with 7 additions and 0 deletions
|
|
@ -92,4 +92,11 @@ src_install() {
|
||||||
for dir in libiberty bfd opcodes libctf binutils gas gprof ld; do
|
for dir in libiberty bfd opcodes libctf binutils gas gprof ld; do
|
||||||
make -C $dir tooldir=${PREFIX} DESTDIR="${DESTDIR}" install
|
make -C $dir tooldir=${PREFIX} DESTDIR="${DESTDIR}" install
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Create triplet symlinks
|
||||||
|
pushd "${DESTDIR}${PREFIX}/bin"
|
||||||
|
for f in *; do
|
||||||
|
ln -s "${PREFIX}/bin/${f}" "i386-unknown-linux-musl-${f}"
|
||||||
|
done
|
||||||
|
popd
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue