mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: pcc: Remove aarch64-linux from %supported-systems.
* gnu/packages/c.scm (pcc)[supported-systems]: New field.
This commit is contained in:
parent
97b7201f99
commit
6a052473aa
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@ (define-public pcc
|
||||||
"PCC is a portable C compiler. The project goal is to write a C99
|
"PCC is a portable C compiler. The project goal is to write a C99
|
||||||
compiler while still keeping it small, simple, fast and understandable.")
|
compiler while still keeping it small, simple, fast and understandable.")
|
||||||
(home-page "http://pcc.ludd.ltu.se")
|
(home-page "http://pcc.ludd.ltu.se")
|
||||||
|
(supported-systems (delete "aarch64-linux" %supported-systems))
|
||||||
;; PCC incorporates code under various BSD licenses; for new code bsd-2 is
|
;; PCC incorporates code under various BSD licenses; for new code bsd-2 is
|
||||||
;; preferred. See http://pcc.ludd.ltu.se/licenses/ for more details.
|
;; preferred. See http://pcc.ludd.ltu.se/licenses/ for more details.
|
||||||
(license (list license:bsd-2 license:bsd-3))))
|
(license (list license:bsd-2 license:bsd-3))))
|
||||||
|
|
Loading…
Reference in a new issue