1
0
mirror of https://github.com/krglaws/MyLFS.git synced 2025-08-10 03:12:53 +00:00
Files
MyLFS-big_bash_script/phase1/binutils.sh
2022-04-30 16:09:49 -04:00

17 lines
195 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