mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'master' into staging
This commit is contained in:
commit
dedbaa3a69
27 changed files with 472 additions and 151 deletions
|
@ -135,6 +135,11 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue