systemd: Re-enable BPF support on powerpc64le

This commit is contained in:
OPNA2608 2025-07-28 12:20:23 +02:00
parent 56beea2a19
commit 4d286b56bf

View File

@ -127,8 +127,6 @@
) )
# see https://github.com/NixOS/nixpkgs/pull/194149#issuecomment-1266642211 # see https://github.com/NixOS/nixpkgs/pull/194149#issuecomment-1266642211
&& !stdenv.hostPlatform.isMips64 && !stdenv.hostPlatform.isMips64
# can't find gnu/stubs-32.h
&& (stdenv.hostPlatform.isPower64 -> stdenv.hostPlatform.isBigEndian)
# https://reviews.llvm.org/D43106#1019077 # https://reviews.llvm.org/D43106#1019077
&& (stdenv.hostPlatform.isRiscV32 -> stdenv.cc.isClang) && (stdenv.hostPlatform.isRiscV32 -> stdenv.cc.isClang)
# buildPackages.targetPackages.llvmPackages is the same as llvmPackages, # buildPackages.targetPackages.llvmPackages is the same as llvmPackages,