From c8c5f85e790c73341d5c63b100f7318c0ab0c792 Mon Sep 17 00:00:00 2001 From: Hugues Bouvier <33438817+huguesBouvier@users.noreply.github.com> Date: Thu, 15 Oct 2020 19:50:13 -0700 Subject: [PATCH] fix arm build --- Dockerfile | 4 ++-- config.mak | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 241c83e..ffef1f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ diff --git a/config.mak b/config.mak index 3b70991..a99d645 100644 --- a/config.mak +++ b/config.mak @@ -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 =