File tree 1 file changed +5
-1
lines changed
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 \
14
14
zlib1g-dev \
15
15
g++-arm-linux-gnueabi \
16
16
g++-arm-linux-gnueabihf \
17
+ gcc-sparc64-linux-gnu \
18
+ libc6-dev-sparc64-cross \
17
19
bzip2 \
18
20
patch
19
21
@@ -60,9 +62,11 @@ ENV TARGETS=$TARGETS,mipsel-unknown-linux-musl
60
62
ENV TARGETS=$TARGETS,arm-unknown-linux-musleabi
61
63
ENV TARGETS=$TARGETS,arm-unknown-linux-musleabihf
62
64
ENV TARGETS=$TARGETS,armv7-unknown-linux-musleabihf
65
+ ENV TARGETS=$TARGETS,sparc64-unknown-linux-gnu
63
66
64
67
ENV 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
66
70
67
71
# Suppress some warnings in the openwrt toolchains we downloaded
68
72
ENV STAGING_DIR=/tmp
You can’t perform that action at this time.
0 commit comments