added binutils bootstrap step

This commit is contained in:
ag-tsotetsi
2026-02-07 13:57:12 +02:00
parent 6c3450475a
commit 9390758e42
3 changed files with 59 additions and 0 deletions

View 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