Skip to content

Commit

Permalink
container: Update GCC toolchain variable
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Aug 29, 2024
1 parent 7034975 commit fe75775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ WORKDIR /tools
RUN curl -Ls -o riscv-gcc.tar.gz https://static.dev.sifive.com/dev-tools/riscv64-unknown-elf-gcc-${RISCV_GCC_VERSION}-x86_64-linux-ubuntu14.tar.gz && \
mkdir -p /tools/riscv && chmod 777 /tools/riscv && \
tar -C /tools/riscv -xf riscv-gcc.tar.gz --strip-components=1
ENV PATH="/tools/riscv/bin:${PATH}"
ENV RISCV_GCC_BINROOT="/tools/riscv/bin"

0 comments on commit fe75775

Please sign in to comment.