added coreutils toolchain step

This commit is contained in:
ag-tsotetsi
2026-02-08 11:36:59 +02:00
parent 2be0dc5c18
commit 5d8a1034da
2 changed files with 59 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
export COREUTILS_VERSION=9.9
IFS='.' read -r COREUTILS_VERSION_MAJOR COREUTILS_VERSION_MINOR <<< $COREUTILS_VERSION
export COREUTILS_VERSION_MAJOR COREUTILS_VERSION_MINOR
export COREUTILS_URL=https://mirror.ufs.ac.za/gnu/coreutils/coreutils-$COREUTILS_VERSION.tar.xz