fix docker build for the armebv7r-none-eabi target
This commit is contained in:
parent
a597b6a45c
commit
e2e72cc3ef
@ -111,7 +111,8 @@ ENV TARGETS=$TARGETS,armv7r-none-eabihf
|
||||
ENV CC_mipsel_unknown_linux_musl=mipsel-openwrt-linux-gcc \
|
||||
CC_mips_unknown_linux_musl=mips-openwrt-linux-gcc \
|
||||
CC_sparc64_unknown_linux_gnu=sparc64-linux-gnu-gcc \
|
||||
CC_x86_64_unknown_redox=x86_64-unknown-redox-gcc
|
||||
CC_x86_64_unknown_redox=x86_64-unknown-redox-gcc \
|
||||
CC_armebv7r_none_eabi=arm-none-eabi-gcc
|
||||
|
||||
ENV RUST_CONFIGURE_ARGS \
|
||||
--musl-root-armv5te=/musl-armv5te \
|
||||
|
Loading…
Reference in New Issue
Block a user