added binutils bootstrap step
This commit is contained in:
7
build/binutils/package.env
Normal file
7
build/binutils/package.env
Normal file
@@ -0,0 +1,7 @@
|
||||
export BINUTILS_VERSION=2.45.1
|
||||
|
||||
IFS='.' read -r BINUTILS_VERSION_MAJOR BINUTILS_VERSION_MINOR BINUTILS_VERSION_PATCH <<< $BINUTILS_VERSION
|
||||
export BINUTILS_VERSION_MAJOR BINUTILS_VERSION_MINOR BINUTILS_VERSION_PATCH
|
||||
|
||||
export BINUTILS_URL=https://mirror.ufs.ac.za/gnu/binutils/binutils-$BINUTILS_VERSION.tar.xz
|
||||
|
||||
Reference in New Issue
Block a user