Skip to content

Commit

Permalink
Change MIPS crosscompiler
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksejZhmulin committed Apr 6, 2024
1 parent db97866 commit 28550e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN apt-get update && \
rm /etc/apt/sources.list.d/bullseye.list

## Install crosscompilers
RUN for a in aarch64-elf arm-none-eabi microblaze-elf mips-elf powerpc-elf riscv64-unknown-elf sparc-elf; do \
RUN for a in aarch64-elf arm-none-eabi microblaze-elf mips-mti-elf powerpc-elf riscv64-unknown-elf sparc-elf; do \
curl -k -L "https://github.com/embox/crosstool/releases/download/2.42-13.2.0-14.2/$a-toolchain.tar.bz2" | \
tar -jxC /opt; \
done
Expand All @@ -82,7 +82,7 @@ ENV PATH=$PATH:\
/opt/aarch64-elf-toolchain/bin:\
/opt/arm-none-eabi-toolchain/bin:\
/opt/microblaze-elf-toolchain/bin:\
/opt/mips-elf-toolchain/bin:\
/opt/mips-mti-elf-toolchain/bin:\
/opt/powerpc-elf-toolchain/bin:\
/opt/riscv64-unknown-elf-toolchain/bin:\
/opt/sparc-elf-toolchain/bin
Expand Down

0 comments on commit 28550e6

Please sign in to comment.