binutils

https://www.gnu.org/software/binutils

https://ftp.gnu.org/gnu/binutils

Spiegel

http://paketspiegel.de/binutils-2.46.0.tar.xz onnlein
LFS 13.0

LFS

https://lfs.daniel-schildt.de/systemd/chapter08/binutils.html

https://lfs.daniel-schildt.de/systemd/chapter06/binutils-pass2.html

https://lfs.daniel-schildt.de/systemd/chapter05/binutils-pass1.html

binutils → gmp

binutils → gcc

Bauen

BAU=$LFS/sources cd $BAU pwd if [ ! -e binutils-2.46.0.tar.xz ] then wget http://paketspiegel.de/binutils-2.46.0.tar.xz fi if [ -d binutils-2.46.0 ] then rm --force --recursive binutils-2.46.0 fi tar --extract -f binutils-2.46.0.tar.xz cd binutils-2.46.0 pwd cd .. pwd