Searched refs:HOSTARCH (Results 1 - 3 of 3) sorted by relevance

/u-boot/tools/gdb/
H A DMakefile22 ifeq ($(HOSTARCH),$(ARCH))
/u-boot/tools/binman/test/
H A DMakefile10 HOSTARCH := $(shell uname -m | sed -e s/i.86/x86/ ) macro
11 ifeq ($(findstring $(HOSTARCH),"x86" "x86_64"),)
15 machine is $(HOSTARCH). Set CROSS_COMPILE to a suitable cross compiler)
/u-boot/
H A DMakefile254 HOSTARCH := $(shell uname -m | \ macro
267 export HOSTARCH HOSTOS
272 ifeq ($(HOSTARCH),$(ARCH))

Completed in 120 milliseconds