added gcc bootstrap step

This commit is contained in:
ag-tsotetsi
2026-02-07 14:16:54 +02:00
parent 9390758e42
commit 71554453c3
6 changed files with 116 additions and 0 deletions

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

@@ -0,0 +1,7 @@
export GMP_VERSION=6.3.0
IFS='.' read -r GMP_VERSION_MAJOR GMP_VERSION_MINOR GMP_VERSION_PATCH <<< $GMP_VERSION
export GMP_VERSION_MAJOR GMP_VERSION_MINOR GMP_VERSION_PATCH
export GMP_URL=https://mirror.ufs.ac.za/gnu/gmp/gmp-$GMP_VERSION.tar.xz