Skip to content

Commit 80d6e67

Browse files
authored
docker: update mips toolchain comments info (#19)
Signed-off-by: liuhaitao <[email protected]>
1 parent 9c02f21 commit 80d6e67

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/linux/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,9 @@ ENV PATH="/tools/kconfig-frontends/bin:$PATH"
150150
COPY --from=nuttx-toolchain-arm /tools/gcc-arm-none-eabi/ gcc-arm-none-eabi/
151151
ENV PATH="/tools/gcc-arm-none-eabi/bin:$PATH"
152152

153+
# MIPS toolchain
153154
COPY --from=nuttx-toolchain-pinguino /tools/pinguino-compilers/p32/ pinguino-compilers/p32/
154155
ENV PATH="/tools/pinguino-compilers/p32/bin:$PATH"
155-
#COPY --from=nuttx-toolchain-pinguino /tools/pinguino-compilers/p8/ pinguino-compilers/p8/
156-
#ENV PATH="/tools/pinguino-compilers/p8/bin:$PATH"
157156

158157
# RISCV toolchain
159158
COPY --from=nuttx-toolchain-riscv /tools/riscv64-unknown-elf-gcc/ riscv64-unknown-elf-gcc/

0 commit comments

Comments
 (0)