summaryrefslogtreecommitdiff
path: root/setup-abuild
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2024-09-18 16:56:34 -0500
committerZach van Rijn <me@zv.io>2024-09-18 16:56:34 -0500
commitd1a98be0ea7cfc1e262ddb9b1a2611c54cd7a268 (patch)
treefc8281c08ebe4a4ee0c9bf294e8f45a724027b95 /setup-abuild
parentaf2b59d330b76b3415ecc74b27de2716274e06cb (diff)
downloadbootstrap-master.tar.gz
bootstrap-master.tar.bz2
bootstrap-master.tar.xz
bootstrap-master.zip
Add support for target loongarch64.HEADmaster
Diffstat (limited to 'setup-abuild')
-rwxr-xr-xsetup-abuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-abuild b/setup-abuild
index e59ec41..5fc2a26 100755
--- a/setup-abuild
+++ b/setup-abuild
@@ -15,7 +15,7 @@ cd "${DEST}"; # this directory will already exist if correct
# so that we do not have to force building static musl binaries.
#
nmus=musl;
-vmus=1.2.3;
+vmus=1.2.5;
test ! -f ._${nmus}-${vmus} && \
(
test ! -d ${nmus}-${vmus} \