mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: valgrind: Don't build on mipsel64-linux.
* gnu/packages/valgrind.scm (valgrind): Add 'supported-systems'.
This commit is contained in:
parent
1d830bc0c2
commit
67a86d3b8d
1 changed files with 5 additions and 1 deletions
|
@ -60,4 +60,8 @@ (define-public valgrind
|
|||
tools. There are Valgrind tools that can automatically detect many memory
|
||||
management and threading bugs, and profile your programs in detail. You can
|
||||
also use Valgrind to build new tools.")
|
||||
(license gpl2+)))
|
||||
(license gpl2+)
|
||||
|
||||
;; Building VEX on mips64el-linux fails with "opcode not supported on this
|
||||
;; processor: mips3".
|
||||
(supported-systems (delete "mips64el-linux" %supported-systems))))
|
||||
|
|
Loading…
Reference in a new issue