From e19bed44b290fbb9ef605aabb3da77af80a3624f Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Sat, 16 Dec 2023 16:23:30 -0500 Subject: [PATCH] numactl: drop libatomic workaround for riscv --- pkgs/os-specific/linux/numactl/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/os-specific/linux/numactl/default.nix b/pkgs/os-specific/linux/numactl/default.nix index 998b7d052b35..a65d4ed041b4 100644 --- a/pkgs/os-specific/linux/numactl/default.nix +++ b/pkgs/os-specific/linux/numactl/default.nix @@ -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!