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