diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2017-03-25 21:30:25 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2017-03-25 21:30:25 +0300 |
commit | 6a052473aafcc91063609b045273fe07aad5c313 (patch) | |
tree | 4f436211e1f01d3e8cbf1da84aae88dabafa9775 /gnu/packages/c.scm | |
parent | 97b7201f990a5c472a57ceab238c9fc56e12067e (diff) | |
download | guix-6a052473aafcc91063609b045273fe07aad5c313.tar guix-6a052473aafcc91063609b045273fe07aad5c313.tar.gz |
gnu: pcc: Remove aarch64-linux from %supported-systems.
* gnu/packages/c.scm (pcc)[supported-systems]: New field.
Diffstat (limited to 'gnu/packages/c.scm')
-rw-r--r-- | gnu/packages/c.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm index 58bdb3e672..d15d35e68d 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)))) |