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

@@ -0,0 +1,7 @@
export GCC_VERSION=15.2.0
IFS='.' read -r GCC_VERSION_MAJOR GCC_VERSION_MINOR GCC_VERSION_PATCH <<< $GCC_VERSION
export GCC_VERSION_MAJOR GCC_VERSION_MINOR GCC_VERSION_PATCH
export GCC_URL=https://mirror.ufs.ac.za/gnu/gcc/gcc-$GCC_VERSION/gcc-$GCC_VERSION.tar.xz