Searched defs:ARCH (Results 1 – 6 of 6) sorted by relevance
2 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/i386/) macro4 ARCH := x86 macro8 ARCH := x86 macro
4 ARCH ?= $(shell uname -m) macro5 ARCH := $(shell echo $(ARCH) | sed -e s/ppc.*/powerpc/) macro
3 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro
15 ARCH := $(shell uname -m 2>/dev/null | sed -e /s/i.86/i386/) macro
251 ARCH ?= $(SUBARCH) macro
1 config ARCH config