guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: tcc: Disable build on MIPS.


From: Ricardo Wurmus
Subject: 01/01: gnu: tcc: Disable build on MIPS.
Date: Mon, 26 Sep 2016 05:14:39 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 57a31efb4b2690f8198c751f01a8091ba5f9d0a3
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Sep 26 03:00:01 2016 +0200

    gnu: tcc: Disable build on MIPS.
    
    * gnu/packages/c.scm (tcc)[supported-systems]: Disable build on
    mips64el.
---
 gnu/packages/c.scm |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 6e16d13..4b97913 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2016 Ludovic Courtès <address@hidden>
+;;; Copyright © 2016 Ricardo Wurmus <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -58,6 +59,8 @@
                                               (assoc-ref %build-inputs "libc")
                                               "/lib"))
        #:test-target "test"))
+    ;; Fails to build on MIPS: "Unsupported CPU"
+    (supported-systems (delete "mips64el-linux" %supported-systems))
     (synopsis "Tiny and fast C compiler")
     (description
      "TCC, also referred to as \"TinyCC\", is a small and fast C compiler



reply via email to

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