guix-commits
[Top][All Lists]
Advanced

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

branch staging updated: Revert "gnu: libatomic-ops: Fix test suite on ri


From: guix-commits
Subject: branch staging updated: Revert "gnu: libatomic-ops: Fix test suite on riscv64-linux."
Date: Mon, 29 Aug 2022 05:37:03 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch staging
in repository guix.

The following commit(s) were added to refs/heads/staging by this push:
     new 44403ca0eb Revert "gnu: libatomic-ops: Fix test suite on 
riscv64-linux."
44403ca0eb is described below

commit 44403ca0eb0a793162a28b83d3281095c5f39a37
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Aug 29 12:22:12 2022 +0300

    Revert "gnu: libatomic-ops: Fix test suite on riscv64-linux."
    
    This reverts commit 84d191ea30eb7d97ee3f4d62f39c811ba77bb187.
    
    This isn't needed with the newer version of libatomic-ops.
---
 gnu/packages/bdw-gc.scm | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/gnu/packages/bdw-gc.scm b/gnu/packages/bdw-gc.scm
index 4dd559ef79..c812248e86 100644
--- a/gnu/packages/bdw-gc.scm
+++ b/gnu/packages/bdw-gc.scm
@@ -135,11 +135,6 @@ C or C++ programs, though that is not its primary goal.")
                (base32
                 "0glzah695wsf6c27hs5wwlw4mnq1vfivdshz1rb8pq7w4mp5dazh"))))
     (build-system gnu-build-system)
-    (arguments
-     `(,@(if (target-riscv64?)
-           `(#:configure-flags
-             (list "CFLAGS_EXTRA=-latomic"))
-           '())))
     (outputs '("out" "debug"))
     (synopsis "Accessing hardware atomic memory update operations")
     (description



reply via email to

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