summaryrefslogtreecommitdiff
path: root/toolchain.txt
blob: a1dc80add972c931866f701bc29645cdcad3c080 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[binaries]
c = 'x86_64-pc-elf-gcc'
cpp = 'x86_64-pc-elf-g++'
ar = 'x86_64-pc-elf-ar'
strip = 'x86_64-pc-elf-strip'
nasm = 'nasm'
qemu = 'qemu-system-x86_64'

[host_machine]
system = 'linux'
cpu_family = 'x86_64'
cpu = 'x86_64'
endian = 'little'