Home
last modified time | relevance | path

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

/build/soong/cuj/
Drun_cuj_tests.sh3 readonly UNAME="$(uname)"
4 case "$UNAME" in
12 echo "Unsupported OS '$UNAME'"
/build/bazel/ci/
Ddeterminism_test.sh46 UNAME="$(uname)"
47 case "$UNAME" in
/build/soong/scripts/
Drun-soong-tests-with-go-tools.sh7 UNAME="$(uname)"
8 case "$UNAME" in
/build/make/core/
Denvsetup.mk123 ifneq (,$(findstring Linux,$(UNAME)))
126 ifneq (,$(findstring Darwin,$(UNAME)))
171 $(error Unable to determine HOST_OS from uname -sm: $(UNAME)!)
175 ifneq (,$(findstring x86_64,$(UNAME)))
180 ifneq (,$(findstring i686,$(UNAME))$(findstring x86,$(UNAME)))
181 $(error Building on a 32-bit x86 host is not supported: $(UNAME)!)
233 $(error Unable to determine HOST_ARCH from uname -sm: $(UNAME)!)
Dconfig.mk183 UNAME := $(shell uname -sm)