systemd: Re-enable BPF support on powerpc64le

This commit is contained in:
OPNA2608
2025-07-31 11:40:56 +02:00
parent 56beea2a19
commit 4d286b56bf
@@ -127,8 +127,6 @@
)
# see https://github.com/NixOS/nixpkgs/pull/194149#issuecomment-1266642211
&& !stdenv.hostPlatform.isMips64
# can't find gnu/stubs-32.h
&& (stdenv.hostPlatform.isPower64 -> stdenv.hostPlatform.isBigEndian)
# https://reviews.llvm.org/D43106#1019077
&& (stdenv.hostPlatform.isRiscV32 -> stdenv.cc.isClang)
# buildPackages.targetPackages.llvmPackages is the same as llvmPackages,