Searched refs:SUBARCH (Results 1 – 2 of 2) 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/ \
305 if [ "$SUBARCH" = "i386" ]; then307 elif [ "$SUBARCH" = "x86_64" ]; then310 archinclude=${SUBARCH}