guix-commits
[Top][All Lists]
Advanced

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

02/09: gnu: valgrind: Mark as unsupported on i586-gnu.


From: guix-commits
Subject: 02/09: gnu: valgrind: Mark as unsupported on i586-gnu.
Date: Sat, 16 Dec 2023 12:22:43 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit e9e08b02b5eb7eaaf2af2f381505c720fefec54c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Dec 14 20:23:39 2023 +0200

    gnu: valgrind: Mark as unsupported on i586-gnu.
    
    * gnu/packages/valgrind.scm (valgrind)[supported-systems]: Remove
    i586-gnu from supported systems.
    
    Change-Id: I260b9b343c30da81d0420c92431d56d22c260cc4
---
 gnu/packages/valgrind.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/valgrind.scm b/gnu/packages/valgrind.scm
index 0811ac05cc..06622548a5 100644
--- a/gnu/packages/valgrind.scm
+++ b/gnu/packages/valgrind.scm
@@ -85,7 +85,7 @@ management and threading bugs, and profile your programs in 
detail.  You can
 also use Valgrind to build new tools.")
     ;; https://valgrind.org/info/platforms.html
     (supported-systems (fold delete %supported-systems
-                             '("armhf-linux" "riscv64-linux")))
+                             '("i586-gnu" "armhf-linux" "riscv64-linux")))
     (license gpl2+)
 
     ;; Hide this variant so end users get the "interactive" Valgrind below.



reply via email to

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