From 0ee22520f50b4f006a554c79dd0e5f1d5d780d4d Mon Sep 17 00:00:00 2001 From: "Anna (navi) Figueiredo Gomes" Date: Sun, 7 Jan 2024 20:19:20 +0100 Subject: replace make with meson Signed-off-by: Anna (navi) Figueiredo Gomes --- toolchain.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 toolchain.txt (limited to 'toolchain.txt') 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' -- cgit v1.2.3