Home | History | Annotate | Download | only in core

Lines Matching refs:UNAME

100 UNAME := $(shell uname -sm)
103 ifneq (,$(findstring Linux,$(UNAME)))
106 ifneq (,$(findstring Darwin,$(UNAME)))
109 ifneq (,$(findstring Macintosh,$(UNAME)))
128 $(error Unable to determine HOST_OS from uname -sm: $(UNAME)!)
132 ifneq (,$(findstring x86_64,$(UNAME)))
137 ifneq (,$(findstring i686,$(UNAME))$(findstring x86,$(UNAME)))
138 $(error Building on a 32-bit x86 host is not supported: $(UNAME)!)
146 $(error Unable to determine HOST_ARCH from uname -sm: $(UNAME)!)