1
0
mirror of https://github.com/krglaws/MyLFS.git synced 2025-08-06 11:12:03 +00:00

working on massive rewrite

This commit is contained in:
Kyle Glaws
2022-03-26 17:55:10 -04:00
parent a9ff53703c
commit 59f094cc23
165 changed files with 822 additions and 1620 deletions

15
phase1/binutils.sh Normal file
View File

@ -0,0 +1,15 @@
# Bintuils Phase 1
mkdir build
cd build
../configure \
--prefix=$LFS/tools \
--with-sysroot=$LFS \
--target=$LFS_TGT \
--disable-nls \
--disable-werror
make
make install