Home
last modified time | relevance | path

Searched refs:host_os (Results 1 – 25 of 156) sorted by relevance

1234567

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rpm/files/
H A D0001-configure.ac-add-linux-gnux32-variant-to-triplet-han.patch18 @@ -845,6 +845,10 @@ if echo "$host_os" | grep '.*-gnuabi64$' > /dev/null ; then
19 host_os=`echo "${host_os}" | sed 's/-gnuabi64$//'`
22 +if echo "$host_os" | grep '.*-gnux32$' > /dev/null ; then
23 + host_os=`echo "${host_os}" | sed 's/-gnux32$//'`
26 if echo "$host_os" | grep '.*-gnu$' > /dev/null ; then
27 host_os=`echo "${host_os}" | sed 's/-gnu$//'`
/OK3568_Linux_fs/buildroot/package/libserialport/
H A D0001-uclinux-detection.patch19 -AM_CONDITIONAL([LINUX], [test -z "${host_os##linux*}"])
20 +AM_CONDITIONAL([LINUX], [test -z "${host_os##linux*}" || test -z "${host_os##uclinux*}"])
21 AM_CONDITIONAL([WIN32], [test -z "${host_os##mingw*}" || test -z "${host_os##cygwin*}"])
22 AM_CONDITIONAL([MACOSX], [test -z "${host_os##darwin*}"])
23 AM_CONDITIONAL([FREEBSD], [test -z "${host_os##freebsd*}"])
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/gettext/gettext-minimal-0.21/
H A Dconfig.rpath36 host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
56 case "$host_os" in
151 case "$host_os" in
177 case "$host_os" in
264 case "$host_os" in
285 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
298 case $host_os in aix4.[012]|aix4.[012].*)
431 …if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-p…
434 case "$host_os" in
515 case "$host_os" in
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-configure-Recognise-linux-musl-as-a-host-OS.patch16 case "${host_os}" in
20 *) AC_MSG_ERROR([unkown host-os ${host_os}]) ;;
/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()
29 -if supported_os.contains(host_os) and not unsupported_cpus.contains(host_cpu)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0004-Fix-out-of-tree-builds.patch28 @@ -447,50 +447,50 @@ case "${host_os}" in
95 @@ -515,7 +515,7 @@ case "${host_os}" in
104 @@ -523,7 +523,7 @@ case "${host_os}" in
106 AC_MSG_RESULT([ok (${host_os})])
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/mesa/files/
H A D0001-meson.build-check-for-all-linux-host_os-combinations.patch4 Subject: [PATCH] meson.build: check for all linux host_os combinations
6 Make sure that we are also looking for our host_os combinations like
/OK3568_Linux_fs/buildroot/package/procps-ng/
H A D0001-configure-Add--disable-w.patch88 AM_CONDITIONAL(LINUX, test "x$host_os" = xlinux-gnu)
89 AM_CONDITIONAL(CYGWIN, test "x$host_os" = xcygwin)
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dcmake.bbclass69 def map_host_os_to_system_name(host_os):
70 if host_os.startswith('mingw'):
72 if host_os.startswith('linux'):
74 return host_os
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.c484 static char host_os[sizeof(name.sysname)] = ""; in HostOS() local
486 if (*host_os == '\0') { in HostOS()
488 strlcpy(host_os, name.sysname, sizeof(host_os)); in HostOS()
490 strlcpy(host_os, "unknown", sizeof(host_os)); in HostOS()
493 return host_os; in HostOS()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/zabbix/zabbix/
H A D0001-Fix-configure.ac.patch14 @@ -924,7 +924,7 @@ AC_MSG_RESULT([$ARCH ($host_os)])
/OK3568_Linux_fs/buildroot/package/libmemcached/
H A D0002-disable-sanitizer.patch16 [AS_IF([test "x${host_os}" != "xmingw"],
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/
H A Dconfigure.ac47 AS_CASE(["$host_os"],
68 [AC_MSG_WARN([unsupported system: $host_os])]
/OK3568_Linux_fs/buildroot/package/openocd/
H A D0001-configure-enable-build-on-uclinux.patch18 AS_CASE([$host_os],
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A Dargp.patch24 ./configure --host=$host_cpu-$host_os || exit $?
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/
H A Dopenhpi-fix-host-gcc.patch22 case $host_os in
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/patch/
H A D0001-Unset-need_charset_alias-when-building-for-musl.patch23 case '$(host_os)' in \
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/readline/readline/
H A Dconfigure-fix.patch20 …ELL-/bin/sh} ${srcdir}/support/shobj-conf -C "${CC}" -c ${host_cpu} -o ${host_os} -v ${host_vendor…
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/cpio/cpio-2.13/
H A D0001-Unset-need_charset_alias-when-building-for-musl.patch23 case '$(host_os)' in \
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/make/make/
H A D0001-m4-getloadavg.m4-restrict-AIX-specific-test-on-AIX.patch23 + AS_CASE([$host_os],
/OK3568_Linux_fs/buildroot/package/brltty/
H A D0001-Fix-linking-error-on-mips64el.patch27 case "${host_os}"
/OK3568_Linux_fs/external/xserver/
H A Dconfigure.ac126 case $host_os in
263 case $host_os in
275 case $host_os in
288 case $host_os in
299 case $host_os in
329 case $host_os in
331 case $host_os in
433 case $host_os in
465 case $host_os in
614 case $host_os in
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/groff/files/
H A D0001-support-musl.patch31 [case "$host_os" in
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/db/db/
H A D0001-configure-Add-explicit-tag-options-to-libtool-invoca.patch39 case "$host_os" in
/OK3568_Linux_fs/buildroot/package/c-icap/
H A D0001-Required-fixes-to-compile-and-run-under-cygwin.patch41 @@ -45,12 +45,14 @@ case "$host_os" in
56 @@ -69,6 +71,7 @@ case "$host_os" in
64 @@ -82,24 +85,28 @@ case "$host_os" in

1234567