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/mpfr/package.env Normal file
View File

@@ -0,0 +1,7 @@
export MPFR_VERSION=4.2.2
IFS='.' read -r MPFR_VERSION_MAJOR MPFR_VERSION_MINOR MPFR_VERSION_PATCH <<< $MPFR_VERSION
export MPFR_VERSION_MAJOR MPFR_VERSION_MINOR MPFR_VERSION_PATCH
export MPFR_URL=https://mirror.ufs.ac.za/gnu/mpfr/mpfr-$MPFR_VERSION.tar.xz