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.
1 parent 0fc4501 commit 53ae366Copy full SHA for 53ae366
src/ci/docker/dist-i586-gnu-i586-i686-musl/Dockerfile
@@ -42,9 +42,7 @@ ENV RUST_CONFIGURE_ARGS \
42
# See: https://github.com/rust-lang/rust/issues/34978
43
ENV CFLAGS_i686_unknown_linux_musl=-Wa,-mrelax-relocations=no
44
ENV CFLAGS_i586_unknown_linux_gnu=-Wa,-mrelax-relocations=no
45
-# FIXME remove -Wl,-melf_i386 after cc is updated to include
46
-# https://github.com/alexcrichton/cc-rs/pull/281
47
-ENV CFLAGS_i586_unknown_linux_musl="-Wa,-mrelax-relocations=no -Wl,-melf_i386"
+ENV CFLAGS_i586_unknown_linux_musl=-Wa,-mrelax-relocations=no
48
49
ENV TARGETS=i586-unknown-linux-gnu,i686-unknown-linux-musl
50
0 commit comments