Home
last modified time | relevance | path

Searched refs:UNAME (Results 1 – 3 of 3) sorted by relevance

/build/soong/cuj/
Drun_cuj_tests.sh3 readonly UNAME="$(uname)"
4 case "$UNAME" in
12 echo "Unsupported OS '$UNAME'"
/build/make/core/
Denvsetup.mk122 ifneq (,$(findstring Linux,$(UNAME)))
125 ifneq (,$(findstring Darwin,$(UNAME)))
154 $(error Unable to determine HOST_OS from uname -sm: $(UNAME)!)
158 ifneq (,$(findstring x86_64,$(UNAME)))
163 ifneq (,$(findstring i686,$(UNAME))$(findstring x86,$(UNAME)))
164 $(error Building on a 32-bit x86 host is not supported: $(UNAME)!)
216 $(error Unable to determine HOST_ARCH from uname -sm: $(UNAME)!)
Dconfig.mk164 UNAME := $(shell uname -sm)