From f369967578b4e94aba3344f216e9074275b8c94c Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 8 Sep 2025 13:04:10 +0300 Subject: [PATCH] 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 f9efcda37b28584e106423fb75dafd8f2f744057..38812caea53f911e230f27fd8808d55a14425076 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 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