This repository was archived by the owner on Nov 21, 2018. It is now read-only.
File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ set -ex
5
5
# To build MUSL targets we're going to need a libunwind lying around, so acquire that
6
6
# here and build it.
7
7
if [ ! -d " llvm-3.8.0.src" ]; then
8
- curl http://llvm.org/releases /3.8.0/llvm-3.8.0.src.tar.xz | tar xJf -
8
+ curl http://releases. llvm.org/3.8.0/llvm-3.8.0.src.tar.xz | tar xJf -
9
9
fi
10
10
11
11
if [ ! -d " libunwind-3.8.0.src" ]; then
12
- curl http://llvm.org/releases /3.8.0/libunwind-3.8.0.src.tar.xz | tar xJf -
12
+ curl http://releases. llvm.org/3.8.0/libunwind-3.8.0.src.tar.xz | tar xJf -
13
13
fi
14
14
15
15
rm -rf libunwind-build
Original file line number Diff line number Diff line change 21
21
22
22
# To build MUSL we're going to need a libunwind lying around, so acquire that
23
23
# here and build it.
24
- curl http://llvm.org/releases /3.7.0/llvm-3.7.0.src.tar.xz | tar xJf -
25
- curl http://llvm.org/releases /3.7.0/libunwind-3.7.0.src.tar.xz | tar xJf -
24
+ curl http://releases. llvm.org/3.7.0/llvm-3.7.0.src.tar.xz | tar xJf -
25
+ curl http://releases. llvm.org/3.7.0/libunwind-3.7.0.src.tar.xz | tar xJf -
26
26
mkdir libunwind-build
27
27
cd libunwind-build
28
28
# for x86_64
You can’t perform that action at this time.
0 commit comments