Home
last modified time | relevance | path

Searched refs:host_machine (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/
H A Dmeson.build18 if host_machine.system() != 'linux' and host_machine.system() != 'solaris'
21 if host_machine.cpu() == 'sparc'
27 if host_machine.system() == 'linux'
50 elif host_machine.system() == 'solaris'
71 if host_machine.cpu_family() == 'sparc'
73 elif host_machine.cpu_family() == 'x86_64'
75 elif host_machine.cpu_family() == 'x86'
81 elif host_machine.system().endswith('bsd')
90 if host_machine.cpu_family() == 'x86_64'
92 elif host_machine.cpu_family() == 'x86'
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/glib-2.0/
H A D0001-Set-host_machine-correctly-when-building-with-mingw3.patch4 Subject: [PATCH] Set host_machine correctly when building with mingw32
23 -if host_machine.system() == 'windows'
32 -if host_machine.system() != 'windows'
37 @@ -434,7 +434,7 @@ if host_machine.system() != 'windows'
41 -if host_machine.system() == 'windows'
50 -if host_machine.system() != 'windows'
63 -if host_machine.system() == 'windows'
75 host_system = host_machine.system()
90 -if host_machine.system() != 'windows'
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/mesa/files/
H A D0001-meson.build-check-for-all-linux-host_os-combinations.patch30 …'netbsd', 'freebsd', 'gnu/kfreebsd', 'dragonfly', 'linux', 'sunos'].contains(host_machine.system())
31 …= ['openbsd', 'netbsd', 'freebsd', 'dragonfly'].contains(host_machine.system()) or host_machine.sy…
39 -if ['linux', 'cygwin', 'gnu', 'freebsd', 'gnu/kfreebsd', 'haiku'].contains(host_machine.system())
40 …in', 'gnu', 'freebsd', 'gnu/kfreebsd', 'haiku'].contains(host_machine.system()) or host_machine.sy…
42 elif host_machine.system() == 'sunos'
/OK3568_Linux_fs/external/xserver/
H A Dmeson.build143 if host_machine.system() == 'windows'
155 if (host_machine.system() != 'darwin' and
156 host_machine.system() != 'windows')
158 build_xorg = (host_machine.system() != 'darwin' and
159 host_machine.system() != 'windows')
167 if (host_machine.system() != 'darwin' and
168 host_machine.system() != 'windows')
190 if (host_machine.system() != 'darwin' and
191 host_machine.system() != 'windows')
213 if (host_machine.system() == 'cygwin' or
[all …]
/OK3568_Linux_fs/external/xserver/include/
H A Dmeson.build35 if host_machine.endian() == 'little'
53 conf_data.set('HAS_APERTURE_DRV', host_machine.system() == 'openbsd')
71 conf_data.set('CONFIG_WSCONS', host_machine.system() == 'openbsd')
242 if host_machine.system() == 'freebsd' or host_machine.system() == 'dragonflybsd'
249 if host_machine.system() == 'kfreebsd'
255 if host_machine.system() == 'netbsd'
262 if host_machine.system() == 'openbsd'
331 xorg_data.set('WSCONS_SUPPORT', host_machine.system() == 'netbsd' or host_machine.system() == 'open…
334 if host_machine.system() == 'freebsd' or host_machine.system() == 'dragonflybsd'
335 if host_machine.cpu_family() == 'x86' or host_machine.cpu_family() == 'x86_64'
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dmeson.build11 if host_machine.cpu() == 'i386' or host_machine.cpu() == 'x86_64'
/OK3568_Linux_fs/buildroot/package/mesa3d/
H A D0003-vc4-add-meson-option-to-disable-optional-neon-suppor.patch46 -if host_machine.cpu_family() == 'arm'
47 +if host_machine.cpu_family() == 'arm' and get_option('gallium-vc4-neon') != 'disabled'
51 @@ -93,7 +93,7 @@ if host_machine.cpu_family() == 'arm'
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop/
H A D0001-meson.build-Disable-libseccomp-for-all-archs.patch25 host_os = host_machine.system()
26 host_cpu = host_machine.cpu()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gjs/gjs/
H A D0001-Support-cross-builds-a-bit-better.patch43 -if host_machine.system() != 'windows'
44 +if host_machine.system() != 'windows' and not meson.is_cross_build()
/OK3568_Linux_fs/external/xserver/hw/xfree86/fbdevhw/
H A Dmeson.build1 if host_machine.system() == 'linux'
/OK3568_Linux_fs/external/xserver/config/
H A Dmeson.build22 if host_machine.system() == 'openbsd'
/OK3568_Linux_fs/external/xserver/hw/xfree86/
H A Dmeson.build75 if host_machine.system() == 'cygwin' or host_machine.system() == 'windows'
/OK3568_Linux_fs/external/linux-rga/cross/
H A Dcross_file_arm32.txt8 [host_machine]
H A Dcross_file_aarch64.txt8 [host_machine]
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dprobe-event.c69 static struct machine *host_machine; variable
84 if (host_machine || user_only) /* already initialized */ in init_probe_symbol_maps()
90 host_machine = machine__new_host(); in init_probe_symbol_maps()
91 if (!host_machine) { in init_probe_symbol_maps()
104 machine__delete(host_machine); in exit_probe_symbol_maps()
105 host_machine = NULL; in exit_probe_symbol_maps()
113 struct map *map = machine__kernel_map(host_machine); in kernel_get_ref_reloc_sym()
141 sym = machine__find_kernel_symbol_by_name(host_machine, name, &map); in kernel_get_symbol_address_by_name()
153 struct maps *maps = machine__kernel_maps(host_machine); in kernel_get_module_map()
161 pos = machine__kernel_map(host_machine); in kernel_get_module_map()
[all …]
/OK3568_Linux_fs/buildroot/support/misc/
H A Dcross-compilation.conf.in36 [host_machine]
/OK3568_Linux_fs/buildroot/package/gstreamer1/gstreamer1-editing-services/
H A D0001-Fix-gstreamer-validate-1.0-dependency-name.patch24 @@ -110,7 +110,7 @@ if host_machine.system() != 'windows'
/OK3568_Linux_fs/buildroot/package/harfbuzz/
H A D0001-meson.build-check-for-pthread.h.patch32 if host_machine.system() != 'windows'
/OK3568_Linux_fs/buildroot/package/usbredir/
H A D0001-meson-add-tests-option.patch20 @@ -106,7 +106,9 @@ if host_machine.system() != 'windows'
H A D0002-meson-add-stack_protector-option.patch29 if host_machine.system() != 'windows'
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pidgin/libgnt/
H A D0001-meson-import-changes-from-3.0.-version.patch60 -if host_machine.system() == 'windows'
150 +if not ncurses_available and host_machine.system() == 'windows'
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A Dcross.patch26 echo "[host_machine]" >> $cross
/OK3568_Linux_fs/buildroot/package/polkit/
H A D0004-build-Don-t-require-dbus-development-files.patch39 host_system = host_machine.system()
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/wayland/
H A D0001-build-Fix-strndup-detection-on-MinGW.patch38 if host_machine.system() == 'freebsd'
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/
H A Dglib-2.0_2.72.3.bb15 file://0001-Set-host_machine-correctly-when-building-with-mingw3.patch \

12