me
/
guix
Archived
1
0
Fork 0

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
Efraim Flashner 2022-08-29 12:22:12 +03:00
parent 20fb55364e
commit 44403ca0eb
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 5 deletions

View File

@ -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