guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: propeller-gcc-4: Don't build on aarch64-linux.


From: Efraim Flashner
Subject: 01/01: gnu: propeller-gcc-4: Don't build on aarch64-linux.
Date: Mon, 7 Aug 2017 10:03:24 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 57e96e48b199705d0fda8f0060b4349e003d29d6
Author: Efraim Flashner <address@hidden>
Date:   Mon Aug 7 17:02:04 2017 +0300

    gnu: propeller-gcc-4: Don't build on aarch64-linux.
    
    * gnu/packages/embedded.scm (propeller-gcc-4)[supported-system]: New field.
---
 gnu/packages/embedded.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index e509647..cf4ac53 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]