Home
last modified time | relevance | path

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

/u-boot/tools/binman/test/
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/tools/gdb/
A DMakefile22 ifeq ($(HOSTARCH),$(ARCH))
/u-boot/
A DMakefile244 HOSTARCH := $(shell uname -m | \ macro
257 export HOSTARCH HOSTOS
262 ifeq ($(HOSTARCH),$(ARCH))

Completed in 7 milliseconds