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