Looks like a success

This commit is contained in:
Denis Benato 2024-12-07 17:29:52 +01:00
parent ec1cae8ede
commit 779959bf5c

View file

@ -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