Lines Matching refs:ARCH
18 defined in ARCH.
38 ARCH Target architecture for the UAPI check (default is host arch)
168 } | SRCARCH="$ARCH" make --always-make -f - | tr " " "\n" \
198 make -j "$MAX_THREADS" ARCH="$ARCH" INSTALL_HDR_PATH="$install_dir" \
284 "$failed" "$total" "$ARCH"
290 "$total" "$ARCH"
408 ARCH="${ARCH:-$(uname -m)}"
409 if [ "$ARCH" = "x86_64" ]; then
410 ARCH="x86"
446 if [ ! -d "arch/${ARCH}" ]; then
447 eprintf 'error - ARCH "%s" is not a subdirectory under arch/\n' "$ARCH"