Skip to content

Commit 8bb4718

Browse files
author
Jorge Aparicio
committed
build std for sparc64-unknown-linux-gnu
1 parent c14f87e commit 8bb4718

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/ci/docker/cross/Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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
6062
ENV TARGETS=$TARGETS,arm-unknown-linux-musleabi
6163
ENV TARGETS=$TARGETS,arm-unknown-linux-musleabihf
6264
ENV TARGETS=$TARGETS,armv7-unknown-linux-musleabihf
65+
ENV TARGETS=$TARGETS,sparc64-unknown-linux-gnu
6366

6467
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
6670

6771
# Suppress some warnings in the openwrt toolchains we downloaded
6872
ENV STAGING_DIR=/tmp

0 commit comments

Comments
 (0)