Looks like a success
This commit is contained in:
parent
ec1cae8ede
commit
779959bf5c
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
|
@ -372,13 +372,13 @@ if [ ! -f "$STEPS_DIR/glibc-step2" ]; then
|
||||||
rm $LFS/usr/lib/libc.so
|
rm $LFS/usr/lib/libc.so
|
||||||
|
|
||||||
make -j 32
|
make -j 32
|
||||||
make install_root=$LFS install
|
make -j 32 install_root=$LFS install
|
||||||
|
|
||||||
cd "$BASE_DIR"
|
cd "$BASE_DIR"
|
||||||
#rm -rf "$LFS_BUILD/glibc"
|
#rm -rf "$LFS_BUILD/glibc"
|
||||||
touch "$STEPS_DIR/glibc-step2"
|
touch "$STEPS_DIR/glibc-step2"
|
||||||
fi
|
fi
|
||||||
exit 0
|
|
||||||
#unset CC
|
#unset CC
|
||||||
#unset CXX
|
#unset CXX
|
||||||
#unset LD
|
#unset LD
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue