Browse Source

Fix copy-paste error; remove make clean to save artefacts from remove

bullseye
T. Meissner 3 years ago
parent
commit
77b2b1ea0f
1 changed files with 3 additions and 4 deletions
  1. +3
    -4
      riscv-gcc.Dockerfile

+ 3
- 4
riscv-gcc.Dockerfile View File

@ -32,8 +32,7 @@ RUN apt-get update -qq && \
update-ca-certificates && \
rm -rf /var/lib/apt/lists/* && \
cd /root && \
git clone https://github.com/riscv/riscv-gnu-toolchain &&\
de riscv-gnu-toolchain && \
git clone https://github.com/riscv/riscv-gnu-toolchain && \
cd riscv-gnu-toolchain && \
./configure --prefix=/opt/riscv-gcc --with-arch=rv32i --with-abi=ilp32 && \
make && \
make clean
make

Loading…
Cancel
Save