Skip to content
Snippets Groups Projects
Commit a01c32d6 authored by Piers Finlayson's avatar Piers Finlayson
Browse files

Fix for rust-lang/rust issue #50583

parent 89faefe2
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ ...@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
RUN curl --retry 5 https://www.musl-libc.org/releases/musl-1.1.19.tar.gz | tar xzf - RUN curl --retry 5 https://www.musl-libc.org/releases/musl-1.1.19.tar.gz | tar xzf -
WORKDIR /musl-1.1.19 WORKDIR /musl-1.1.19
RUN CC=arm-linux-gnueabihf-gcc \ RUN CC=arm-linux-gnueabihf-gcc \
CFLAGS="-march=armv6 -marm" \ CFLAGS="-march=armv6 -marm -mfpu=vfp" \
./configure --prefix=/musl-arm --enable-wrapper=yes ./configure --prefix=/musl-arm --enable-wrapper=yes
RUN make install -j4 RUN make install -j4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment