Skip to content

Commit 3ece2d9

Browse files
committed
Auto merge of #46674 - malbarbo:undist-armv5te, r=alexcrichton
Remove armv5te target from dist-various-1 Reverts #46498 I must have made some mistake when I tested that commit and thought armv5te target worked. but testing it now the produced binaries segfaults (#46498 (comment)). I tried using crosstool-ng and buildroot toolchain (for armv5te) but the produced binaries also segfaults. Maybe there is a issue with the target, but I cannot investigate it any further. I think the best for now is not to distribute the armv5te target. I'm sorry for what happened.
2 parents 7245006 + 73e5334 commit 3ece2d9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/ci/docker/dist-various-1/Dockerfile

+1-6
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,15 @@ ENV TARGETS=$TARGETS,mips-unknown-linux-musl
4646
ENV TARGETS=$TARGETS,mipsel-unknown-linux-musl
4747
ENV TARGETS=$TARGETS,arm-unknown-linux-musleabi
4848
ENV TARGETS=$TARGETS,arm-unknown-linux-musleabihf
49-
ENV TARGETS=$TARGETS,armv5te-unknown-linux-gnueabi
5049
ENV TARGETS=$TARGETS,armv7-unknown-linux-musleabihf
5150
ENV TARGETS=$TARGETS,aarch64-unknown-linux-musl
5251
ENV TARGETS=$TARGETS,sparc64-unknown-linux-gnu
5352
ENV TARGETS=$TARGETS,x86_64-unknown-redox
5453

55-
# FIXME: remove armv5te vars after https://github.com/alexcrichton/cc-rs/issues/271
56-
# get fixed and cc update
5754
ENV CC_mipsel_unknown_linux_musl=mipsel-openwrt-linux-gcc \
5855
CC_mips_unknown_linux_musl=mips-openwrt-linux-gcc \
5956
CC_sparc64_unknown_linux_gnu=sparc64-linux-gnu-gcc \
60-
CC_x86_64_unknown_redox=x86_64-unknown-redox-gcc \
61-
CC_armv5te_unknown_linux_gnueabi=arm-linux-gnueabi-gcc \
62-
CFLAGS_armv5te_unknown_linux_gnueabi="-march=armv5te -mfloat-abi=soft"
57+
CC_x86_64_unknown_redox=x86_64-unknown-redox-gcc
6358

6459
# Suppress some warnings in the openwrt toolchains we downloaded
6560
ENV STAGING_DIR=/tmp

0 commit comments

Comments
 (0)