Skip to content

Commit a1828ef

Browse files
committed
Install the g++ cross toolchains
1 parent db962de commit a1828ef

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cpython-unix/build.cross.Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ RUN apt-get install \
5959
gcc-mipsel-linux-gnu \
6060
gcc-powerpc64le-linux-gnu \
6161
gcc-s390x-linux-gnu \
62+
g++-aarch64-linux-gnu \
63+
g++-arm-linux-gnueabi \
64+
g++-arm-linux-gnueabihf \
65+
g++-mips-linux-gnu \
66+
g++-mips64el-linux-gnuabi64 \
67+
g++-mipsel-linux-gnu \
68+
g++-powerpc64le-linux-gnu \
69+
g++-s390x-linux-gnu \
6270
libc6-dev-arm64-cross \
6371
libc6-dev-armel-cross \
6472
libc6-dev-armhf-cross \

0 commit comments

Comments
 (0)