added coreutils toolchain step
This commit is contained in:
7
build/coreutils/package.env
Normal file
7
build/coreutils/package.env
Normal file
@@ -0,0 +1,7 @@
|
||||
export COREUTILS_VERSION=9.9
|
||||
|
||||
IFS='.' read -r COREUTILS_VERSION_MAJOR COREUTILS_VERSION_MINOR <<< $COREUTILS_VERSION
|
||||
export COREUTILS_VERSION_MAJOR COREUTILS_VERSION_MINOR
|
||||
|
||||
export COREUTILS_URL=https://mirror.ufs.ac.za/gnu/coreutils/coreutils-$COREUTILS_VERSION.tar.xz
|
||||
|
||||
Reference in New Issue
Block a user