i didnt manage to fix one error lmao

This commit is contained in:
kevadesu 2024-11-07 21:01:27 +01:00
parent 616bcac9df
commit c3e66af675
2 changed files with 6 additions and 1 deletions

View file

@ -109,6 +109,9 @@ function eal.install.cross-toolchain() {
make make
eal.notification.installing eal.notification.installing
make install make install
cd ..
cat gcc/limitx.h gcc/glimits.h gcc/limity.h > \
`dirname $($LFS_TGT-gcc -print-libgcc-file-name)`/include/limits.h
popd popd
EIR_PKG=linux EIR_PKG=linux
eal.notification.extracting eal.notification.extracting
@ -134,6 +137,7 @@ function eal.install.cross-toolchain() {
esac esac
pushd $LFS/sources/glibc/ pushd $LFS/sources/glibc/
echo -e "I: -- The installer is now patching glibc. --" echo -e "I: -- The installer is now patching glibc. --"
patch -Np1 -i ../glibc-2.40-fhs-1.patch
mkdir -v build mkdir -v build
cd build cd build
echo "rootsbindir=/usr/sbin" > configparms echo "rootsbindir=/usr/sbin" > configparms

View file

@ -1,3 +1,4 @@
# THIS IS IN AN UNUSABLE STATE. PLEASE WAIT UNTIL A USABLE VERSION RELEASES.
# TylkoLinux # TylkoLinux
TylkoLinux, an LFS system TylkoLinux, an LFS system
@ -12,4 +13,4 @@ LFS v12.2-systemd book chapter: 5.6.
## Contributing ## Contributing
I don't know what else to type lol just open a PR when this project is done I don't know what else to type lol just open a PR when this project is done
#### What would also help is to report any security vulnerability and/or bugs found on https://www.linuxfromscratch.org/lfs/errata/12.2-systemd/ in the Issues tab #### What would also help is to report any security vulnerability and/or bugs found on https://www.linuxfromscratch.org/lfs/errata/12.2-systemd/ in the Issues tab