Searched defs:ARCH (Results 1 – 6 of 6) sorted by relevance
3 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/i386/) macro5 ARCH := x86 macro8 ARCH := x86 macro
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
15 ARCH := $(shell uname -m 2>/dev/null | sed -e /s/i.86/i386/) macro
252 ARCH ?= $(SUBARCH) macro
1 config ARCH config