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 6a1c063 + 53ae366 commit cf995d6Copy full SHA for cf995d6
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