added make toolchain step

This commit is contained in:
ag-tsotetsi
2026-02-08 12:00:21 +02:00
parent a5283ffcae
commit 3db625a884
2 changed files with 54 additions and 0 deletions

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

@@ -0,0 +1,7 @@
export MAKE_VERSION=4.4.1
IFS='.' read -r MAKE_VERSION_MAJOR MAKE_VERSION_MINOR MAKE_VERSION_PATCH <<< $MAKE_VERSION
export MAKE_VERSION_MAJOR MAKE_VERSION_MINOR MAKE_VERSION_PATCH
export MAKE_URL=https://mirror.ufs.ac.za/gnu/make/make-$MAKE_VERSION.tar.gz