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:
15
phase1/binutils.sh
Normal file
15
phase1/binutils.sh
Normal 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
|
||||
|
Reference in New Issue
Block a user