summaryrefslogtreecommitdiff
path: root/toolchain.txt
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain.txt')
-rw-r--r--toolchain.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/toolchain.txt b/toolchain.txt
new file mode 100644
index 0000000..a1dc80a
--- /dev/null
+++ b/toolchain.txt
@@ -0,0 +1,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'