added gcc bootstrap step
This commit is contained in:
7
build/mpc/package.env
Normal file
7
build/mpc/package.env
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user