summaryrefslogtreecommitdiff
path: root/gnu/packages/embedded.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2017-08-07 17:02:04 +0300
committerEfraim Flashner <efraim@flashner.co.il>2017-08-07 17:02:24 +0300
commit57e96e48b199705d0fda8f0060b4349e003d29d6 (patch)
treecd3a095de51ec95b23dc76eaeb66b9f289ee715f /gnu/packages/embedded.scm
parent6eed26443f04b872a2738caca4c762718da6dfd7 (diff)
downloadguix-patches-57e96e48b199705d0fda8f0060b4349e003d29d6.tar
guix-patches-57e96e48b199705d0fda8f0060b4349e003d29d6.tar.gz
gnu: propeller-gcc-4: Don't build on aarch64-linux.
* gnu/packages/embedded.scm (propeller-gcc-4)[supported-system]: New field.
Diffstat (limited to 'gnu/packages/embedded.scm')
-rw-r--r--gnu/packages/embedded.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index e509647eae..cf4ac5351a 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -509,7 +509,8 @@ with a layered architecture of JTAG interface and TAP support.")
(origin-patches (package-source gcc-4.7))
(search-patches "gcc-4.6-gnu-inline.patch"
"gcc-cross-environment-variables.patch")))))
- (home-page "https://github.com/dbetz/propgcc-gcc"))))
+ (home-page "https://github.com/dbetz/propgcc-gcc")
+ (supported-systems (delete "aarch64-linux" %supported-systems)))))
;; Version 6 is experimental and may not work correctly. This is why we
;; default to version 4, which is also used in the binary toolchain bundle