From a9bcc81f821d7c66f623779fa5147e728eb3c388 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 03:24:41 +0200 Subject: Adding upstream version 3.3.0+dfsg1. Signed-off-by: Daniel Baumann --- docs/mingw-example/toolchain/meson/x86_64.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/mingw-example/toolchain/meson/x86_64.txt (limited to 'docs/mingw-example/toolchain/meson/x86_64.txt') diff --git a/docs/mingw-example/toolchain/meson/x86_64.txt b/docs/mingw-example/toolchain/meson/x86_64.txt new file mode 100644 index 0000000..587f34b --- /dev/null +++ b/docs/mingw-example/toolchain/meson/x86_64.txt @@ -0,0 +1,16 @@ +[binaries] +c = 'x86_64-w64-mingw32-gcc' +cpp = 'x86_64-w64-mingw32-g++' +ar = 'x86_64-w64-mingw32-ar' +ld = 'x86_64-w64-mingw32-ld' +strip = 'x86_64-w64-mingw32-strip' + +[host_machine] +system = 'windows' +cpu_family = 'x86_64' +cpu = 'native' +endian = 'little' + +[properties] +c_args = '-mno-avx512f' +cpp_args = '-mno-avx512f' \ No newline at end of file -- cgit v1.2.3