mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
b0333c8b5b
commit
f369967578
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue