efraim pushed a commit to branch core-updates
in repository guix.
commit 6a052473aafcc91063609b045273fe07aad5c313
Author: Efraim Flashner <[email protected]>
Date: Sat Mar 25 21:30:25 2017 +0300
gnu: pcc: Remove aarch64-linux from %supported-systems.
* gnu/packages/c.scm (pcc)[supported-systems]: New field.
---
gnu/packages/c.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 58bdb3e..d15d35e 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -159,6 +159,7 @@ standard.")
"PCC is a portable C compiler. The project goal is to write a C99
compiler while still keeping it small, simple, fast and understandable.")
(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
;; preferred. See http://pcc.ludd.ltu.se/licenses/ for more details.
(license (list license:bsd-2 license:bsd-3))))