~ruther/guix-local

9e6b9ea4b18defa78b8e1e997e8c834db99a121c — Ludovic Courtès 10 years ago 2666a12
gnu: clang-runtime: Mark MIPS as unsupported.

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

M gnu/packages/llvm.scm
M gnu/packages/llvm.scm => gnu/packages/llvm.scm +4 -1
@@ 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