numactl: drop libatomic workaround for riscv
This commit is contained in:
@@ -19,8 +19,6 @@ stdenv.mkDerivation rec {
|
||||
patchShebangs test
|
||||
'';
|
||||
|
||||
LDFLAGS = lib.optionalString stdenv.hostPlatform.isRiscV "-latomic";
|
||||
|
||||
# You probably shouldn't ever run these! They will reconfigure Linux
|
||||
# NUMA settings, which on my build machine makes the rest of package
|
||||
# building ~5% slower until reboot. Ugh!
|
||||
|
||||
Reference in New Issue
Block a user