mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: gcc-4.8: Fix supported systems list.
* gnu/packages/gcc.scm (gcc-4.8)[supported-systems]: Re-add powerpc64le-linux. Change-Id: Icf5d8ceb63f49d2429cd3c10f8eb929c68c39aff
This commit is contained in:
parent
de00dc3251
commit
19092ca56f
1 changed files with 1 additions and 2 deletions
|
|
@ -598,8 +598,7 @@ Go. It also includes runtime support libraries for these languages.")
|
|||
(modify-inputs (package-inputs gcc-base)
|
||||
(prepend isl-0.11 cloog)))
|
||||
(supported-systems (fold delete %supported-systems
|
||||
'("riscv64-linux" "powerpc64le-linux"
|
||||
"x86_64-gnu")))))
|
||||
'("riscv64-linux" "x86_64-gnu")))))
|
||||
|
||||
(define gcc-canadian-cross-objdump-snippet
|
||||
;; Fix 'libcc1/configure' error when cross-compiling GCC. Without that,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue