Searched defs:UNAME (Results 1 - 1 of 1) sorted by relevance

/build/core/
H A Denvsetup.mk39 UNAME := $(shell uname -sm) macro
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)!)
78 ifneq (,$(findstring x86_64,$(UNAME)))
94 $(error Unable to determine HOST_ARCH from uname -sm: $(UNAME)!)

Completed in 4 milliseconds