File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed
powerpc-unknown-linux-gnu
powerpc64-unknown-linux-gnu Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,9 @@ FROM ubuntu:18.04
3
3
RUN apt-get update && apt-get install -y --no-install-recommends \
4
4
gcc libc6-dev qemu-user ca-certificates \
5
5
gcc-powerpc-linux-gnu libc6-dev-powerpc-cross \
6
- qemu-system-ppc \
7
- make \
8
- file
6
+ qemu-system-ppc make file
9
7
10
8
ENV CARGO_TARGET_POWERPC_UNKNOWN_LINUX_GNU_LINKER=powerpc-linux-gnu-gcc \
11
9
CARGO_TARGET_POWERPC_UNKNOWN_LINUX_GNU_RUNNER="qemu-ppc -cpu Vger -L /usr/powerpc-linux-gnu" \
10
+ CC=powerpc-linux-gnu-gcc \
12
11
OBJDUMP=powerpc-linux-gnu-objdump
Original file line number Diff line number Diff line change 1
1
FROM ubuntu:18.04
2
2
3
3
RUN apt-get update && apt-get install -y --no-install-recommends \
4
- gcc \
5
- ca-certificates \
6
- libc6-dev \
7
- gcc-powerpc64-linux-gnu \
8
- libc6-dev-ppc64-cross \
9
- qemu-user \
10
- qemu-system-ppc \
11
- make \
12
- file
4
+ gcc libc6-dev qemu-user ca-certificates \
5
+ gcc-powerpc64-linux-gnu libc6-dev-ppc64-cross \
6
+ qemu-system-ppc file make
13
7
14
8
ENV CARGO_TARGET_POWERPC64_UNKNOWN_LINUX_GNU_LINKER=powerpc64-linux-gnu-gcc \
15
9
CARGO_TARGET_POWERPC64_UNKNOWN_LINUX_GNU_RUNNER="qemu-ppc64 -L /usr/powerpc64-linux-gnu" \
You can’t perform that action at this time.
0 commit comments