Home
last modified time | relevance | path

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

/scripts/
Dsubarch.include1 # SUBARCH tells the usermode build what the underlying arch is. That is set
5 # SUBARCH is subsequently ignored.
7 SUBARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \
Dtags.sh311 if [ "$SUBARCH" = "i386" ]; then
313 elif [ "$SUBARCH" = "x86_64" ]; then
316 archinclude=${SUBARCH}
DMakefile.clang14 CLANG_TARGET_FLAGS_um := $(CLANG_TARGET_FLAGS_$(SUBARCH))