Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

Commit

Permalink
restore the ppc64 linker
Browse files Browse the repository at this point in the history
lld still doesn't work for this target
  • Loading branch information
japaric committed Oct 20, 2017
1 parent d473fed commit aacba3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/powerpc64-unknown-linux-steed/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN apt-get install -y --no-install-recommends \

COPY powerpc64-unknown-linux-steed.json /json

ENV CARGO_TARGET_POWERPC64_UNKNOWN_LINUX_STEED_RUNNER=qemu-ppc64 \
ENV CARGO_TARGET_POWERPC64_UNKNOWN_LINUX_STEED_LINKER=powerpc64-linux-gnu-gcc \
CARGO_TARGET_POWERPC64_UNKNOWN_LINUX_STEED_RUNNER=qemu-ppc64 \
RUST_TARGET_PATH=/json \
RUST_TEST_THREADS=1

0 comments on commit aacba3a

Please sign in to comment.