Lines Matching refs:UNAME
44 UNAME := $(shell uname -sm)
47 ifneq (,$(findstring Linux,$(UNAME)))
50 ifneq (,$(findstring Darwin,$(UNAME)))
53 ifneq (,$(findstring Macintosh,$(UNAME)))
56 ifneq (,$(findstring CYGWIN,$(UNAME)))
72 $(error Unable to determine HOST_OS from uname -sm: $(UNAME)!)
76 ifneq (,$(findstring x86_64,$(UNAME)))
81 ifneq (,$(findstring x86,$(UNAME)))
82 $(error Building on a 32-bit x86 host is not supported: $(UNAME)!)
90 $(error Unable to determine HOST_ARCH from uname -sm: $(UNAME)!)