install powerpc gcc afterwards in case it fails
[dev-env-setup.git] / install-hdl-apt-reqs
index afd289ee938bfc83699d4275a7569fb70594a243..a12d1e5b07b373baa22ef0ee4129fef878bdfdfc 100755 (executable)
@@ -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