mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
Revert "gnu: libatomic-ops: Fix test suite on riscv64-linux."
This reverts commit 84d191ea30
.
This isn't needed with the newer version of libatomic-ops.
This commit is contained in:
parent
20fb55364e
commit
44403ca0eb
1 changed files with 0 additions and 5 deletions
|
@ -135,11 +135,6 @@ (define-public libatomic-ops
|
||||||
(base32
|
(base32
|
||||||
"0glzah695wsf6c27hs5wwlw4mnq1vfivdshz1rb8pq7w4mp5dazh"))))
|
"0glzah695wsf6c27hs5wwlw4mnq1vfivdshz1rb8pq7w4mp5dazh"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
|
||||||
`(,@(if (target-riscv64?)
|
|
||||||
`(#:configure-flags
|
|
||||||
(list "CFLAGS_EXTRA=-latomic"))
|
|
||||||
'())))
|
|
||||||
(outputs '("out" "debug"))
|
(outputs '("out" "debug"))
|
||||||
(synopsis "Accessing hardware atomic memory update operations")
|
(synopsis "Accessing hardware atomic memory update operations")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue