This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new f369967578 gnu: gcc-5: Fix supported systems list.
f369967578 is described below
commit f369967578b4e94aba3344f216e9074275b8c94c
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Sep 8 13:04:10 2025 +0300
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
---
gnu/packages/gcc.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index f9efcda37b..38812caea5 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -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