guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: clang-runtime: Mark MIPS as unsupported.


From: Ludovic Courtès
Subject: 01/03: gnu: clang-runtime: Mark MIPS as unsupported.
Date: Wed, 04 Nov 2015 09:03:15 +0000

civodul pushed a commit to branch master
in repository guix.

commit 9e6b9ea4b18defa78b8e1e997e8c834db99a121c
Author: Ludovic Courtès <address@hidden>
Date:   Wed Nov 4 09:28:46 2015 +0100

    gnu: clang-runtime: Mark MIPS as unsupported.
    
    * gnu/packages/llvm.scm (clang-runtime-from-llvm): Add
      'supported-systems' field.
---
 gnu/packages/llvm.scm |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 18e0ca9..d5e5ed6 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -87,7 +87,10 @@ of programming tools as well as libraries with equivalent 
functionality.")
 functions for C and C++ programs.  It also provides header files that allow C
 and C++ source code to interface with the \"sanitization\" passes of the clang
 compiler.  In LLVM this library is called \"compiler-rt\".")
-    (license ncsa)))
+    (license ncsa)
+
+    ;; <http://compiler-rt.llvm.org/> doesn't list MIPS as supported.
+    (supported-systems (delete "mips64el-linux" %supported-systems))))
 
 (define (clang-from-llvm llvm clang-runtime hash)
   (package



reply via email to

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