We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5636fc + a01c32d commit c66221dCopy full SHA for c66221d
ci/docker/arm-unknown-linux-musleabihf/Dockerfile
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
7
RUN curl --retry 5 https://www.musl-libc.org/releases/musl-1.1.19.tar.gz | tar xzf -
8
WORKDIR /musl-1.1.19
9
RUN CC=arm-linux-gnueabihf-gcc \
10
- CFLAGS="-march=armv6 -marm" \
+ CFLAGS="-march=armv6 -marm -mfpu=vfp" \
11
./configure --prefix=/musl-arm --enable-wrapper=yes
12
RUN make install -j4
13
0 commit comments