mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 18:49:14 -05:00
gnu: clang-runtime: Mark MIPS as unsupported.
* gnu/packages/llvm.scm (clang-runtime-from-llvm): Add 'supported-systems' field.
This commit is contained in:
parent
2666a126ef
commit
9e6b9ea4b1
1 changed files with 4 additions and 1 deletions
|
@ -87,7 +87,10 @@ (define (clang-runtime-from-llvm llvm hash)
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue