summaryrefslogtreecommitdiffstats
path: root/.local/share/meson
diff options
context:
space:
mode:
Diffstat (limited to '.local/share/meson')
-rw-r--r--.local/share/meson/cross/mingw-32.txt30
-rw-r--r--.local/share/meson/cross/mingw-64.txt30
-rw-r--r--.local/share/meson/native/clang.txt4
-rw-r--r--.local/share/meson/native/gcc.txt4
-rw-r--r--.local/share/meson/native/llvm.txt7
5 files changed, 75 insertions, 0 deletions
diff --git a/.local/share/meson/cross/mingw-32.txt b/.local/share/meson/cross/mingw-32.txt
new file mode 100644
index 0000000..e43ae71
--- /dev/null
+++ b/.local/share/meson/cross/mingw-32.txt
@@ -0,0 +1,30 @@
+[binaries]
+c='i686-w64-mingw32-gcc'
+cpp='i686-w64-mingw32-g++'
+objc='i686-w64-mingw32-gcc'
+ar='i686-w64-mingw32-ar'
+strip='i686-w64-mingw32-strip'
+pkgconfig='i686-w64-mingw32-pkg-config'
+windres='i686-w64-mingw32-windres'
+exe_wrapper='wine64'
+cmake='cmake'
+
+[properties]
+# Directory that contains 'bin', 'lib', etc
+root='/usr/i686-w64-mingw32'
+# Directory that contains 'bin', 'lib', etc for the toolchain and system libraries
+sys_root='/usr/i686-w64-mingw32/sys-root/mingw'
+
+[host_machine]
+system='windows'
+cpu_family='x86'
+cpu='x86'
+endian='little'
+
+[cmake]
+
+CMAKE_BUILD_WITH_INSTALL_RPATH='ON'
+CMAKE_FIND_ROOT_PATH_MODE_PROGRAM='NEVER'
+CMAKE_FIND_ROOT_PATH_MODE_LIBRARY='ONLY'
+CMAKE_FIND_ROOT_PATH_MODE_INCLUDE='ONLY'
+CMAKE_FIND_ROOT_PATH_MODE_PACKAGE='ONLY'
diff --git a/.local/share/meson/cross/mingw-64.txt b/.local/share/meson/cross/mingw-64.txt
new file mode 100644
index 0000000..458d8ef
--- /dev/null
+++ b/.local/share/meson/cross/mingw-64.txt
@@ -0,0 +1,30 @@
+[binaries]
+c='x86_64-w64-mingw32-gcc'
+cpp='x86_64-w64-mingw32-g++'
+objc='x86_64-w64-mingw32-gcc'
+ar='x86_64-w64-mingw32-ar'
+strip='x86_64-w64-mingw32-strip'
+pkgconfig='x86_64-w64-mingw32-pkg-config'
+windres='x86_64-w64-mingw32-windres'
+exe_wrapper='wine64'
+cmake='cmake'
+
+[properties]
+# Directory that contains 'bin', 'lib', etc
+root='/usr/x86_64-w64-mingw32'
+# Directory that contains 'bin', 'lib', etc for the toolchain and system libraries
+sys_root='/usr/x86_64-w64-mingw32/sys-root/mingw'
+
+[host_machine]
+system='windows'
+cpu_family='x86_64'
+cpu='x86_64'
+endian='little'
+
+[cmake]
+
+CMAKE_BUILD_WITH_INSTALL_RPATH='ON'
+CMAKE_FIND_ROOT_PATH_MODE_PROGRAM='NEVER'
+CMAKE_FIND_ROOT_PATH_MODE_LIBRARY='ONLY'
+CMAKE_FIND_ROOT_PATH_MODE_INCLUDE='ONLY'
+CMAKE_FIND_ROOT_PATH_MODE_PACKAGE='ONLY'
diff --git a/.local/share/meson/native/clang.txt b/.local/share/meson/native/clang.txt
new file mode 100644
index 0000000..772dcc5
--- /dev/null
+++ b/.local/share/meson/native/clang.txt
@@ -0,0 +1,4 @@
+[binaries]
+c = 'clang'
+cpp = 'clang++'
+
diff --git a/.local/share/meson/native/gcc.txt b/.local/share/meson/native/gcc.txt
new file mode 100644
index 0000000..f9d73f2
--- /dev/null
+++ b/.local/share/meson/native/gcc.txt
@@ -0,0 +1,4 @@
+[binaries]
+c = 'gcc'
+cpp = 'g++'
+
diff --git a/.local/share/meson/native/llvm.txt b/.local/share/meson/native/llvm.txt
new file mode 100644
index 0000000..1390be4
--- /dev/null
+++ b/.local/share/meson/native/llvm.txt
@@ -0,0 +1,7 @@
+[binaries]
+c_ld = 'lld'
+cpp_ldd = 'lld'
+ar = 'llvm-ar'
+strip = 'llvm-strip'
+
+