added m4 toolchain step

This commit is contained in:
ag-tsotetsi
2026-02-08 11:25:29 +02:00
parent 3189b595d2
commit b314b0acfc
2 changed files with 56 additions and 0 deletions

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

@@ -0,0 +1,7 @@
export M4_VERSION=1.4.20
IFS='.' read -r M4_VERSION_MAJOR M4_VERSION_MINOR <<< $M4_VERSION
export M4_VERSION_MAJOR M4_VERSION_MINOR
export M4_URL=https://mirror.ufs.ac.za/gnu/m4/m4-$M4_VERSION.tar.xz