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