From cd1d6b87e3368e60a285bd64dbdac668f54eae32 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 26 Mar 2022 10:29:02 +0000 Subject: [PATCH] install powerpc gcc afterwards in case it fails --- install-hdl-apt-reqs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.30.2