~ruther/guix-local

67a86d3b8d17b921728eec7776677582cfdd9266 — Ludovic Courtès 11 years ago 1d830bc
gnu: valgrind: Don't build on mipsel64-linux.

* gnu/packages/valgrind.scm (valgrind): Add 'supported-systems'.
1 files changed, 5 insertions(+), 1 deletions(-)

M gnu/packages/valgrind.scm
M gnu/packages/valgrind.scm => gnu/packages/valgrind.scm +5 -1
@@ 60,4 60,8 @@
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))))