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.
master
parent
20fb55364e
commit
44403ca0eb
|
@ -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
|
||||
|
|
Reference in New Issue