1
0
mirror of https://github.com/krglaws/MyLFS.git synced 2025-08-01 23:54:52 +00:00
Files
MyLFS-big_bash_script/phase1/binutils.sh
2022-03-26 17:55:10 -04:00

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