Revert eb90b2892a
This commit is contained in:
parent
dc7ad21703
commit
6177658452
6
build.sh
6
build.sh
@ -375,7 +375,6 @@ xtchain_build()
|
|||||||
# This function generates XTCHAIN version file and produces tarball archive
|
# This function generates XTCHAIN version file and produces tarball archive
|
||||||
xtchain_tarball()
|
xtchain_tarball()
|
||||||
{
|
{
|
||||||
local BUILD="full"
|
|
||||||
local EXTENSION=""
|
local EXTENSION=""
|
||||||
local LIBDIR=""
|
local LIBDIR=""
|
||||||
|
|
||||||
@ -418,10 +417,7 @@ xtchain_tarball()
|
|||||||
|
|
||||||
# Build tarball
|
# Build tarball
|
||||||
echo ">>> Creating toolchain archive ..."
|
echo ">>> Creating toolchain archive ..."
|
||||||
if [ ${BUILD_MINIMAL} -eq 1 ]; then
|
tar -I 'zstd -19' -cpf xtchain-${XTCVER}-${TARGET_SYSTEM}.tar.zst -C ${BINDIR} .
|
||||||
BUILD="min"
|
|
||||||
fi
|
|
||||||
tar -I 'zstd -19' -cpf xtchain-${XTCVER}-${TARGET_SYSTEM}-${BUILD}.tar.zst -C ${BINDIR} .
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user