mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -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
|
||||
"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
|
||||
|
|
Loading…
Reference in a new issue