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