Merge branch 'master' into staging

This commit is contained in:
Marius Bakke 2022-08-28 15:43:30 +02:00
commit dedbaa3a69
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
27 changed files with 472 additions and 151 deletions

View file

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