mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
llvm: include BPF target too, otherwise can't build bcc
This commit is contained in:
parent
f094f1d07a
commit
3054cbd3f2
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@
|
||||||
, enableManpages ? false
|
, enableManpages ? false
|
||||||
, enableSharedLibraries ? true
|
, enableSharedLibraries ? true
|
||||||
# Mesa requires AMDGPU target
|
# Mesa requires AMDGPU target
|
||||||
, enableTargets ? [ stdenv.hostPlatform stdenv.targetPlatform "AMDGPU" ]
|
# BPF is used by bcc
|
||||||
|
, enableTargets ? [ stdenv.hostPlatform stdenv.targetPlatform "AMDGPU" "BPF" ]
|
||||||
, enablePFM ? !stdenv.isDarwin
|
, enablePFM ? !stdenv.isDarwin
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue