parent
d3d4aadec3
commit
2d705fe1ca
3 changed files with 41 additions and 0 deletions
@ -0,0 +1,5 @@ |
||||
{ |
||||
"file": "uefi-x64.txt", |
||||
"tests": ["common"], |
||||
"env": {} |
||||
} |
@ -0,0 +1,11 @@ |
||||
[binaries] |
||||
c = ['clang', '-target', 'x86_64-uefi'] |
||||
cpp = ['clang++', '-target', 'x86_64-uefi'] |
||||
ar = 'llvm-ar' |
||||
strip = 'llvm-strip' |
||||
|
||||
[host_machine] |
||||
system = 'uefi' |
||||
cpu = 'x86_64' |
||||
cpu_family = 'x86_64' |
||||
endian = 'little' |
Loading…
Reference in new issue