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

@@ -0,0 +1,7 @@
export ISL_VERSION=0.27
IFS='.' read -r ISL_VERSION_MAJOR ISL_VERSION_MINOR <<< $ISL_VERSION
export ISL_VERSION_MAJOR ISL_VERSION_MINOR
export ISL_URL=https://libisl.sourceforge.io/isl-$ISL_VERSION.tar.xz