gnu: gcc-5: Fix supported systems list.

This is a follow-up to 926225ec3e.

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

Change-Id: I90ad75944605b457935f3d831181b3c96469ac54
This commit is contained in:
Efraim Flashner 2025-09-08 13:04:10 +03:00
parent b0333c8b5b
commit f369967578
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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