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

@@ -0,0 +1,7 @@
export MPC_VERSION=1.3.1
IFS='.' read -r MPC_VERSION_MAJOR MPC_VERSION_MINOR MPC_VERSION_PATCH <<< $MPC_VERSION
export MPC_VERSION_MAJOR MPC_VERSION_MINOR MPC_VERSION_PATCH
export MPC_URL=https://mirror.ufs.ac.za/gnu/mpc/mpc-$MPC_VERSION.tar.gz