Searched refs:UNAME_M (Results 1 - 1 of 1) sorted by relevance
/third_party/node/ |
H A D | Makefile | 900 UNAME_M=$(shell uname -m) macro 901 ifeq ($(findstring x86_64,$(UNAME_M)),x86_64) 904 ifeq ($(findstring amd64,$(UNAME_M)),amd64) 907 ifeq ($(findstring ppc64,$(UNAME_M)),ppc64) 910 ifeq ($(findstring ppc,$(UNAME_M)),ppc) 913 ifeq ($(findstring s390x,$(UNAME_M)),s390x) 916 ifeq ($(findstring s390,$(UNAME_M)),s390) 922 ifeq ($(findstring arm64,$(UNAME_M)),arm64) 925 ifeq ($(findstring arm,$(UNAME_M)),arm) 928 ifeq ($(findstring aarch64,$(UNAME_M)),aarch6 [all...] |
Completed in 3 milliseconds