mirror of
https://github.com/krglaws/MyLFS.git
synced 2025-08-01 23:54:52 +00:00
16 lines
194 B
Bash
16 lines
194 B
Bash
# Bintuils Phase 1
|
|
mkdir build
|
|
cd build
|
|
|
|
../configure \
|
|
--prefix=$LFS/tools \
|
|
--with-sysroot=$LFS \
|
|
--target=$LFS_TGT \
|
|
--disable-nls \
|
|
--disable-werror
|
|
|
|
make
|
|
|
|
make install
|
|
|