You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by bt...@apache.org on 2020/03/23 02:44:53 UTC

[incubator-nuttx-testing] branch master updated: docker: update mips toolchain comments info (#19)

This is an automated email from the ASF dual-hosted git repository.

btashton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 80d6e67  docker: update mips toolchain comments info (#19)
80d6e67 is described below

commit 80d6e67ea4d4f02f821898fbfafc62bdf05ab5aa
Author: liuguo09 <li...@xiaomi.com>
AuthorDate: Mon Mar 23 10:44:45 2020 +0800

    docker: update mips toolchain comments info (#19)
    
    Signed-off-by: liuhaitao <li...@xiaomi.com>
---
 docker/linux/Dockerfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docker/linux/Dockerfile b/docker/linux/Dockerfile
index 7a42952..fb26ae5 100644
--- a/docker/linux/Dockerfile
+++ b/docker/linux/Dockerfile
@@ -150,10 +150,9 @@ ENV PATH="/tools/kconfig-frontends/bin:$PATH"
 COPY --from=nuttx-toolchain-arm /tools/gcc-arm-none-eabi/ gcc-arm-none-eabi/
 ENV PATH="/tools/gcc-arm-none-eabi/bin:$PATH"
 
+# MIPS toolchain
 COPY --from=nuttx-toolchain-pinguino /tools/pinguino-compilers/p32/ pinguino-compilers/p32/
 ENV PATH="/tools/pinguino-compilers/p32/bin:$PATH"
-#COPY --from=nuttx-toolchain-pinguino /tools/pinguino-compilers/p8/ pinguino-compilers/p8/
-#ENV PATH="/tools/pinguino-compilers/p8/bin:$PATH"
 
 # RISCV toolchain
 COPY --from=nuttx-toolchain-riscv /tools/riscv64-unknown-elf-gcc/ riscv64-unknown-elf-gcc/