File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
src/ci/docker/dist-various-1 Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -103,16 +103,10 @@ ENV TARGETS=$TARGETS,thumbv7m-none-eabi
103103ENV TARGETS=$TARGETS,thumbv7em-none-eabi
104104ENV TARGETS=$TARGETS,thumbv7em-none-eabihf
105105
106- # FIXME: remove armv5te vars after https://github.com/alexcrichton/cc-rs/issues/271
107- # get fixed and cc update
108106ENV CC_mipsel_unknown_linux_musl=mipsel-openwrt-linux-gcc \
109107 CC_mips_unknown_linux_musl=mips-openwrt-linux-gcc \
110108 CC_sparc64_unknown_linux_gnu=sparc64-linux-gnu-gcc \
111- CC_x86_64_unknown_redox=x86_64-unknown-redox-gcc \
112- CC_armv5te_unknown_linux_gnueabi=arm-linux-gnueabi-gcc \
113- CFLAGS_armv5te_unknown_linux_gnueabi="-march=armv5te -marm -mfloat-abi=soft" \
114- CC_armv5te_unknown_linux_musleabi=arm-linux-gnueabi-gcc \
115- CFLAGS_armv5te_unknown_linux_musleabi="-march=armv5te -marm -mfloat-abi=soft"
109+ CC_x86_64_unknown_redox=x86_64-unknown-redox-gcc
116110
117111ENV RUST_CONFIGURE_ARGS \
118112 --musl-root-armv5te=/musl-armv5te \
You can’t perform that action at this time.
0 commit comments