Searched refs:UNAME (Results 1 – 3 of 3) sorted by relevance
3 readonly UNAME="$(uname)"4 case "$UNAME" in12 echo "Unsupported OS '$UNAME'"
131 ifneq (,$(findstring Linux,$(UNAME)))134 ifneq (,$(findstring Darwin,$(UNAME)))173 $(error Unable to determine HOST_OS from uname -sm: $(UNAME)!)177 ifneq (,$(findstring x86_64,$(UNAME)))182 ifneq (,$(findstring i686,$(UNAME))$(findstring x86,$(UNAME)))183 $(error Building on a 32-bit x86 host is not supported: $(UNAME)!)235 $(error Unable to determine HOST_ARCH from uname -sm: $(UNAME)!)
169 UNAME := $(shell uname -sm)