Skip to content

Commit

Permalink
fix arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
huguesBouvier committed Oct 16, 2020
1 parent bc4f585 commit c8c5f85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -26,10 +26,10 @@ RUN apt-get update && \

ADD config.mak /tmp/config.mak
RUN cd /tmp && \
curl -Lsq -o musl-cross-make.zip https://github.com/richfelker/musl-cross-make/archive/master.zip && \
curl -Lsq -o musl-cross-make.zip https://github.com/richfelker/musl-cross-make/archive/v0.9.8.zip && \
unzip -q musl-cross-make.zip && \
rm musl-cross-make.zip && \
mv musl-cross-make-master musl-cross-make && \
mv musl-cross-make-0.9.8 musl-cross-make && \
cp /tmp/config.mak /tmp/musl-cross-make/config.mak && \
cd /tmp/musl-cross-make && \
TARGET=$TARGET make install > /tmp/musl-cross-make.log && \
Expand Down
3 changes: 2 additions & 1 deletion config.mak
Expand Up @@ -16,7 +16,8 @@ OUTPUT = /usr/local/musl
# headers, which are not needed unless compiling programs that use them.

# BINUTILS_VER = 2.25.1
# GCC_VER = 7.2.0
GCC_VER = 7.2.0

# MUSL_VER = 1.1.19
# GMP_VER =
# MPC_VER =
Expand Down

0 comments on commit c8c5f85

Please sign in to comment.