Use libuwind 6.0 for all musl targets

This commit is contained in:
Marco A L Barbosa 2018-01-23 14:05:31 -02:00
parent 61fdf8eef5
commit abc1061a65

View file

@ -49,15 +49,7 @@ hide_output make clean
cd ..
# use version 60 for all targets after llvm 6.0 release
case $TAG in
mips|mipsel)
LLVM=60
;;
*)
LLVM=39
;;
esac
LLVM=60
# may have been downloaded in a previous run
if [ ! -d libunwind-release_$LLVM ]; then