Skip to content

Commit

Permalink
Update to latest musl
Browse files Browse the repository at this point in the history
  • Loading branch information
jprjr authored Feb 4, 2019
1 parent 34cceb5 commit 341d923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ printf "/bin/sh\n" > $CHROOTDIR/${TARGET}/etc/shells
if [[ ! -f "$DOWNLOADDIR/gcc-${GCC_VER}-${TARGET}.tar.xz" ]] ; then
printf 'Downloading cross-compiler\n'
curl -s -R -L -o "$DOWNLOADDIR/gcc-${GCC_VER}-${TARGET}.tar.xz" \
"https://github.com/just-containers/musl-cross-make/releases/download/v11/gcc-${GCC_VER}-${TARGET}.tar.xz"
"https://github.com/just-containers/musl-cross-make/releases/download/v12/gcc-${GCC_VER}-${TARGET}.tar.xz"
fi

tar xf $DOWNLOADDIR/gcc-${GCC_VER}-${TARGET}.tar.xz -C $TOOLDIR/${TARGET}
Expand Down

0 comments on commit 341d923

Please sign in to comment.