llvm6: enable BPF target here as well
This commit is contained in:
parent
3054cbd3f2
commit
5e2ac7e5fd
1 changed files with 3 additions and 2 deletions
|
@ -13,9 +13,10 @@
|
|||
, fetchpatch
|
||||
, debugVersion ? false
|
||||
, enableManpages ? false
|
||||
# Mesa requires AMDGPU target
|
||||
, enableTargets ? [ stdenv.hostPlatform stdenv.targetPlatform "AMDGPU" ]
|
||||
, enableSharedLibraries ? true
|
||||
# Mesa requires AMDGPU target
|
||||
# BPF is used by bcc
|
||||
, enableTargets ? [ stdenv.hostPlatform stdenv.targetPlatform "AMDGPU" "BPF" ]
|
||||
}:
|
||||
|
||||
let
|
||||
|
|
Loading…
Reference in a new issue