File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
src/ci/docker/dist-various-1 Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -46,15 +46,20 @@ ENV TARGETS=$TARGETS,mips-unknown-linux-musl
4646ENV TARGETS=$TARGETS,mipsel-unknown-linux-musl
4747ENV TARGETS=$TARGETS,arm-unknown-linux-musleabi
4848ENV TARGETS=$TARGETS,arm-unknown-linux-musleabihf
49+ ENV TARGETS=$TARGETS,armv5te-unknown-linux-gnueabi
4950ENV TARGETS=$TARGETS,armv7-unknown-linux-musleabihf
5051ENV TARGETS=$TARGETS,aarch64-unknown-linux-musl
5152ENV TARGETS=$TARGETS,sparc64-unknown-linux-gnu
5253ENV TARGETS=$TARGETS,x86_64-unknown-redox
5354
55+ # FIXME: remove armv5te vars after https://github.com/alexcrichton/cc-rs/issues/271
56+ # get fixed and cc update
5457ENV CC_mipsel_unknown_linux_musl=mipsel-openwrt-linux-gcc \
5558 CC_mips_unknown_linux_musl=mips-openwrt-linux-gcc \
5659 CC_sparc64_unknown_linux_gnu=sparc64-linux-gnu-gcc \
57- CC_x86_64_unknown_redox=x86_64-unknown-redox-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 -marm -mfloat-abi=soft"
5863
5964# Suppress some warnings in the openwrt toolchains we downloaded
6065ENV STAGING_DIR=/tmp
You can’t perform that action at this time.
0 commit comments