Home
last modified time | relevance | path

Searched refs:HOSTOS (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/tools/gdb/
H A DMakefile9 ifneq ($(HOSTOS),cygwin)
19 ifeq ($(HOSTOS),darwin)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/syzkaller/
H A Dsyzkaller_git.bb40 export HOSTOS="${GOHOSTOS}"
47 export HOSTOS="${GOOS}"
/openbmc/qemu/tests/qemu-iotests/
H A Dcommon.rc24 HOSTOS=$(uname -s)
57 if [ "$HOSTOS" == "Linux" ]
830 if [ "$h" = "$HOSTOS" ]
836 _notrun "not suitable for this OS: $HOSTOS"
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss/
H A Dfixup_hosttools.patch17 -AS_IF([test "$HOSTOS" = "Linux" && test "x$systemd_sysusers" != "xyes"],
/openbmc/u-boot/tools/
H A DMakefile159 ifeq ($(HOSTOS),darwin)
/openbmc/u-boot/
H A DMakefile235 HOSTOS := $(shell uname -s | tr '[:upper:]' '[:lower:]' | \ macro
238 export HOSTARCH HOSTOS
267 ifeq ($(HOSTOS),linux)
271 ifeq ($(HOSTOS),cygwin)
286 ifeq ($(HOSTOS),darwin)