Searched refs:UNAME (Results 1 – 5 of 5) sorted by relevance
3 readonly UNAME="$(uname)"4 case "$UNAME" in12 echo "Unsupported OS '$UNAME'"
46 UNAME="$(uname)"47 case "$UNAME" in
7 UNAME="$(uname)"8 case "$UNAME" in
123 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)!)
183 UNAME := $(shell uname -sm)