mirror of
https://github.com/krglaws/MyLFS.git
synced 2025-08-01 23:54:52 +00:00
19 lines
366 B
Bash
19 lines
366 B
Bash
# Binutils Phase 2
|
|
sed '6009s/$add_dir//' -i ltmain.sh
|
|
|
|
mkdir build
|
|
cd build
|
|
|
|
../configure \
|
|
--prefix=/usr \
|
|
--build=$(../config.guess) \
|
|
--host=$LFS_TGT \
|
|
--disable-nls \
|
|
--enable-shared \
|
|
--disable-werror \
|
|
--enable-64-bit-bfd
|
|
|
|
make
|
|
make DESTDIR=$LFS install
|
|
|