The Binutils package contains a linker, an assembler, and other tools for handling object files.
Download HTTP: https://sourceware.org/pub/binutils/releases/binutils-2.46.0.tar.xz
Download SHA256 Sum: d75a94f4d73e7a4086f7513e67e439e8fcdcbb726ffe63f4661744e6256b2cf2
Download Size: 27,880 KB
Estimated Disk Space: 482.7M
Estimated Build Time: 1.62 SBU
Prepare Binutils-pass1 for compilation:
Now Configure the Package, issue:
mkdir -v build
cd build
../configure --prefix=$LFS/tools \
--with-sysroot=$LFS \
--target=$LFS_TGT \
--disable-nls \
--enable-gprofng=no \
--disable-werror \
--enable-new-dtags \
--enable-default-hash-style=gnu
To Compile the Package, issue:
make
Now Install the Package, issue:
make install