mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-27 07:00:12 -05:00
ci: Add an x86 build
Fairly minimal for now to save time, but we can add more deps and cover more code as needed. We don't test or install as this isn't a native build and we just want to make sure it builds for now.
This commit is contained in:
parent
34796d5bb8
commit
2042a0483b
2 changed files with 84 additions and 2 deletions
23
cross-x86.txt
Normal file
23
cross-x86.txt
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[binaries]
|
||||
c = 'gcc'
|
||||
cpp = 'g++'
|
||||
ld = 'ld'
|
||||
cmake = 'cmake'
|
||||
strip = 'strip'
|
||||
pkg-config = 'pkg-config'
|
||||
|
||||
[properties]
|
||||
pkg_config_libdir = '/usr/lib/pkgconfig'
|
||||
ld_args = '-m elf_i386'
|
||||
|
||||
[built-in options]
|
||||
c_args = '-m32 -msse'
|
||||
c_link_args = '-m32 -msse'
|
||||
cpp_args = '-m32 -msse'
|
||||
cpp_link_args = '-m32 -msse'
|
||||
|
||||
[host_machine]
|
||||
system = 'linux'
|
||||
cpu_family = 'x86'
|
||||
cpu = 'i686'
|
||||
endian = 'little'
|
||||
Loading…
Add table
Add a link
Reference in a new issue