Searched refs:SUBARCH (Results 1 – 3 of 3) sorted by relevance
1 # SUBARCH tells the usermode build what the underlying arch is. That is set5 # SUBARCH is subsequently ignored.7 SUBARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \
311 if [ "$SUBARCH" = "i386" ]; then313 elif [ "$SUBARCH" = "x86_64" ]; then316 archinclude=${SUBARCH}
14 CLANG_TARGET_FLAGS_um := $(CLANG_TARGET_FLAGS_$(SUBARCH))