gnu: pcc: Remove aarch64-linux from %supported-systems.
authorEfraim Flashner <efraim@flashner.co.il>
Sat, 25 Mar 2017 18:30:25 +0000 (21:30 +0300)
committerEfraim Flashner <efraim@flashner.co.il>
Sat, 25 Mar 2017 18:30:25 +0000 (21:30 +0300)
* gnu/packages/c.scm (pcc)[supported-systems]: New field.

gnu/packages/c.scm

index 58bdb3e..d15d35e 100644 (file)
@@ -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))))