~ruther/guix-local

f369967578b4e94aba3344f216e9074275b8c94c — Efraim Flashner 7 months ago b0333c8
gnu: gcc-5: Fix supported systems list.

This is a follow-up to 926225ec3eb990988f3b7eeeefc78c6c971d5b11.

* gnu/packages/gcc.scm (gcc-5)[supported-systems]: Re-add
powerpc64le-linux.

Change-Id: I90ad75944605b457935f3d831181b3c96469ac54
1 files changed, 1 insertions(+), 2 deletions(-)

M gnu/packages/gcc.scm
M gnu/packages/gcc.scm => gnu/packages/gcc.scm +1 -2
@@ 682,8 682,7 @@ Go.  It also includes runtime support libraries for these languages.")
       (prepend ;; GCC5 needs <isl/band.h> which is removed in later versions.
                isl-0.18)))
    (supported-systems (fold delete %supported-systems
                             '("riscv64-linux" "powerpc64le-linux"
                               "x86_64-gnu")))))
                             '("riscv64-linux" "x86_64-gnu")))))

(define-public gcc-6
  (package