From: Luke Kenneth Casson Leighton Date: Sat, 26 Mar 2022 10:29:02 +0000 (+0000) Subject: install powerpc gcc afterwards in case it fails X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cd1d6b87e3368e60a285bd64dbdac668f54eae32;p=dev-env-setup.git install powerpc gcc afterwards in case it fails --- diff --git a/install-hdl-apt-reqs b/install-hdl-apt-reqs index afd289e..a12d1e5 100755 --- a/install-hdl-apt-reqs +++ b/install-hdl-apt-reqs @@ -26,7 +26,6 @@ apt-get install -y autoconf \ flex \ g++ \ gawk \ - gcc-8-powerpc64-linux-gnu \ git \ gperf \ graphviz \ @@ -68,3 +67,6 @@ apt-get install -y autoconf \ vim \ wget \ xdot + +# if doing this on ppc64le it may fail +apt-get install -y gcc-8-powerpc64-linux-gnu