|
@@ -18,12 +18,12 @@ RUN apt-get update && \
|
|
git \
|
|
git \
|
|
python3-minimal
|
|
python3-minimal
|
|
|
|
|
|
-ENV CPU_LIST csp dc232b dc233c
|
|
|
|
-ENV TOOLCHAIN_RELEASE 2018.02
|
|
|
|
|
|
+ENV CPU_LIST dc232b dc233c de233_fpu dsp3400
|
|
|
|
+ENV TOOLCHAIN_RELEASE 2020.07
|
|
|
|
|
|
RUN for cpu in $CPU_LIST; do \
|
|
RUN for cpu in $CPU_LIST; do \
|
|
curl -#SL http://github.com/foss-xtensa/toolchain/releases/download/$TOOLCHAIN_RELEASE/x86_64-$TOOLCHAIN_RELEASE-xtensa-$cpu-elf.tar.gz \
|
|
curl -#SL http://github.com/foss-xtensa/toolchain/releases/download/$TOOLCHAIN_RELEASE/x86_64-$TOOLCHAIN_RELEASE-xtensa-$cpu-elf.tar.gz \
|
|
| tar -xzC /opt; \
|
|
| tar -xzC /opt; \
|
|
done
|
|
done
|
|
|
|
|
|
-ENV PATH $PATH:/opt/$TOOLCHAIN_RELEASE/xtensa-dc232b-elf/bin:/opt/$TOOLCHAIN_RELEASE/xtensa-dc233c-elf/bin:/opt/$TOOLCHAIN_RELEASE/xtensa-csp-elf/bin
|
|
|
|
|
|
+ENV PATH $PATH:/opt/$TOOLCHAIN_RELEASE/xtensa-dc232b-elf/bin:/opt/$TOOLCHAIN_RELEASE/xtensa-dc233c-elf/bin:/opt/$TOOLCHAIN_RELEASE/xtensa-de233_fpu-elf/bin:/opt/$TOOLCHAIN_RELEASE/xtensa-dsp3400-elf/bin
|