gnu: gcc-4.8: Fix supported systems list.

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

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

View file

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