We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db962de commit a1828efCopy full SHA for a1828ef
cpython-unix/build.cross.Dockerfile
@@ -59,6 +59,14 @@ RUN apt-get install \
59
gcc-mipsel-linux-gnu \
60
gcc-powerpc64le-linux-gnu \
61
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 \
70
libc6-dev-arm64-cross \
71
libc6-dev-armel-cross \
72
libc6-dev-armhf-cross \
0 commit comments