Home | History | Annotate | Download | only in core

Lines Matching refs:UNAME

39 UNAME := $(shell uname -sm)
42 ifneq (,$(findstring Linux,$(UNAME)))
45 ifneq (,$(findstring Darwin,$(UNAME)))
48 ifneq (,$(findstring Macintosh,$(UNAME)))
51 ifneq (,$(findstring CYGWIN,$(UNAME)))
67 $(error Unable to determine HOST_OS from uname -sm: $(UNAME)!)
72 ifneq (,$(findstring 86,$(UNAME)))
76 ifneq (,$(findstring Power,$(UNAME)))
83 $(error Unable to determine HOST_ARCH from uname -sm: $(UNAME)!)