added glibc bootstrap step

This commit is contained in:
ag-tsotetsi
2026-02-07 14:21:19 +02:00
parent 2f781b46b2
commit a28b6375e5
2 changed files with 68 additions and 0 deletions

7
build/glibc/package.env Normal file
View File

@@ -0,0 +1,7 @@
export GLIBC_VERSION=2.43
IFS='.' read -r GLIBC_VERSION_MAJOR GLIBC_VERSION_MINOR <<< $GLIBC_VERSION
export GLIBC_VERSION_MAJOR GLIBC_VERSION_MINOR
export GLIBC_URL=https://mirror.ufs.ac.za/gnu/glibc/glibc-$GLIBC_VERSION.tar.xz