Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit b3d4a29

Browse files
committed
Install powerpc64 libstdc++
Needed when compiling compiler-rt
1 parent 2f5ed75 commit b3d4a29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

slaves/linux-cross/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN apt-get install -y --force-yes --no-install-recommends \
99
g++-4.8-powerpc-linux-gnu libc6-dev-powerpc-cross \
1010
g++-4.8-powerpc64le-linux-gnu libc6-dev-ppc64el-cross \
1111
lib64gcc-4.8-dev-powerpc-cross libc6-dev-ppc64-powerpc-cross \
12+
lib64stdc++-4.8-dev-powerpc-cross \
1213
software-properties-common bsdtar
1314
RUN add-apt-repository ppa:angelsl/mips-cross && apt-get update
1415
RUN apt-get install -y --force-yes --no-install-recommends \

0 commit comments

Comments
 (0)