From: Luke Kenneth Casson Leighton Date: Mon, 4 Apr 2022 22:44:16 +0000 (+0100) Subject: also add powerpc64le gcc compiler X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e4a8c4dc785c35d96ab8a5c87bbf3ce4a46bcebd;p=dev-env-setup.git also add powerpc64le gcc compiler --- diff --git a/install-hdl-apt-reqs b/install-hdl-apt-reqs index 5bda9ac..f150e50 100755 --- a/install-hdl-apt-reqs +++ b/install-hdl-apt-reqs @@ -71,3 +71,4 @@ apt-get install -y autoconf \ # if doing this on ppc64le it may fail apt-get install -y gcc-8-powerpc64-linux-gnu +apt-get install -y gcc-8-powerpc64le-linux-gnu