From de00dc3251eec1fe45df5c44938f01f1e5ce1ed6 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 8 Sep 2025 13:07:26 +0300 Subject: [PATCH] gnu: gcc-4.8: Fix supported systems list. * gnu/packages/gcc.scm (gcc-4.8)[supported-systems]: Re-add powerpc64le-linux. Change-Id: I7cb69a6320fb19b2cbc07c1099f6937f351948ff --- 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 38812caea53f911e230f27fd8808d55a14425076..0decef565192cf9c23b2e1ea8d6cccb333a97fef 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -523,8 +523,7 @@ Go. It also includes runtime support libraries for these languages.") "environment variable `CPLUS_INCLUDE_PATH' changed to ~a~%" (getenv "CPLUS_INCLUDE_PATH"))))))))))) (supported-systems (fold delete %supported-systems - '("riscv64-linux" "powerpc64le-linux" - "x86_64-gnu"))) + '("riscv64-linux" "x86_64-gnu"))) (inputs (modify-inputs (package-inputs gcc-base) (prepend isl-0.11 cloog)))))