summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2015-04-05 10:22:38 +0200
committerYorhel <git@yorhel.nl>2015-04-05 10:22:38 +0200
commitc0334e071a6661a1557347c6067f36c4a483ad1e (patch)
tree7107382eec55cd5171bd44cb2e7b13ffc1e2ce07
parentf8ce052630e187a4c2f8a8f941509c8c07832122 (diff)
static: Update to latest musl-cross version
-rwxr-xr-xstatic/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/build.sh b/static/build.sh
index 96b2856..f6760bd 100755
--- a/static/build.sh
+++ b/static/build.sh
@@ -5,7 +5,7 @@
# x86_64 isn't really necessary. I can't test any other arches.
-MUSL_VERSION=0.9.9
+MUSL_VERSION=1.1.6
NCURSES_VERSION=5.9
export CFLAGS="-O3 -g -static"
@@ -73,7 +73,7 @@ getmusl() {
arm) DIR=arm-linux-musleabi ;;
i486) DIR=i486-linux-musl ;;
esac
- fem https://bitbucket.org/GregorR/musl-cross/downloads/ crossx86-$DIR-$MUSL_VERSION.tar.xz "musl-$TARGET" $DIR
+ fem https://googledrive.com/host/0BwnS5DMB0YQ6bDhPZkpOYVFhbk0/musl-$MUSL_VERSION/ crossx86-$DIR-$MUSL_VERSION.tar.xz "musl-$TARGET" $DIR
}