Update linux-ppc64le/Dockerfile.in

Deleting an unnecessary comment

Co-authored-by: Jonas Vautherin <jonas.vautherin@protonmail.ch>
This commit is contained in:
Bensuperpc 2021-05-24 09:08:25 +02:00 committed by GitHub
parent 47e0c321a4
commit 0f47b27eea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,6 @@ MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
#include "common.crosstool"
# ENV CROSS_TRIPLE powerpc64le-unknown-linux-gnu
ENV CROSS_TRIPLE powerpc64le-linux-gnu
WORKDIR /usr/src
@ -41,4 +40,3 @@ ENV CROSS_COMPILE ${CROSS_TRIPLE}-
ENV ARCH powerpc
#include "common.label-and-env"