File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1414 zlib1g-dev \
1515 g++-arm-linux-gnueabi \
1616 g++-arm-linux-gnueabihf \
17+ gcc-sparc64-linux-gnu \
18+ libc6-dev-sparc64-cross \
1719 bzip2 \
1820 patch
1921
@@ -60,9 +62,11 @@ ENV TARGETS=$TARGETS,mipsel-unknown-linux-musl
6062ENV TARGETS=$TARGETS,arm-unknown-linux-musleabi
6163ENV TARGETS=$TARGETS,arm-unknown-linux-musleabihf
6264ENV TARGETS=$TARGETS,armv7-unknown-linux-musleabihf
65+ ENV TARGETS=$TARGETS,sparc64-unknown-linux-gnu
6366
6467ENV CC_mipsel_unknown_linux_musl=mipsel-openwrt-linux-gcc \
65- CC_mips_unknown_linux_musl=mips-openwrt-linux-gcc
68+ CC_mips_unknown_linux_musl=mips-openwrt-linux-gcc \
69+ CC_sparc64_unknown_linux_gnu=sparc64-linux-gnu-gcc
6670
6771# Suppress some warnings in the openwrt toolchains we downloaded
6872ENV STAGING_DIR=/tmp
You can’t perform that action at this time.
0 commit comments