From bd5969fc876a10b18613302db7087ef3c40f18e1 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 7 Mar 2024 17:28:00 -0500 Subject: lib: Add mlibc Signed-off-by: Ian Moffett --- lib/mlibc/ci/linux-x86.cross-file | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lib/mlibc/ci/linux-x86.cross-file (limited to 'lib/mlibc/ci/linux-x86.cross-file') diff --git a/lib/mlibc/ci/linux-x86.cross-file b/lib/mlibc/ci/linux-x86.cross-file new file mode 100644 index 0000000..edad985 --- /dev/null +++ b/lib/mlibc/ci/linux-x86.cross-file @@ -0,0 +1,10 @@ +[binaries] +c = 'i686-linux-mlibc-gcc' +cpp = 'i686-linux-mlibc-g++' +exe_wrapper = 'qemu-i386' + +[host_machine] +system = 'linux' +cpu_family = 'x86' +cpu = 'i386' +endian = 'little' -- cgit v1.2.3