cmake: drop libatomic workaround for riscv
This commit is contained in:
parent
dbb7b67b56
commit
8b2757a191
@ -138,8 +138,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"CFLAGS=-D_FILE_OFFSET_BITS=64"
|
||||
"CXXFLAGS=-D_FILE_OFFSET_BITS=64"
|
||||
]
|
||||
# Workaround missing atomic ops with gcc <13
|
||||
++ lib.optional stdenv.hostPlatform.isRiscV "LDFLAGS=-latomic"
|
||||
++ [
|
||||
"--"
|
||||
# We should set the proper `CMAKE_SYSTEM_NAME`.
|
||||
|
Loading…
Reference in New Issue
Block a user