Searched refs:ARCH (Results 1 – 9 of 9) sorted by relevance
63 if [ -z "$ARCH" ]; then65 aarch64*) ARCH=arm64 ;;66 arm*) ARCH=arm ;;73 if [ "$ARCH" = "arm" ]; then81 if [ "$ARCH" = "arm64" ]; then
2 # first, and if a usermode build is happening, the "ARCH=um" on the command3 # line overrides the setting of ARCH below. If a native build is happening,4 # then ARCH is assigned, getting whatever value it gets normally, and
5 ARCH=$2
305 if [ "${ARCH}" = "um" ]; then
374 cmd_cpp_lds_S = $(CPP) $(cpp_flags) -P -U$(ARCH) \
54 The shell variable \${ARCH} must provide the architecture containing59 may not work since \${ARCH} is part of the include path. The following62 `basename $0` ARCH=arch_of_dtx_1 DTx_1 >tmp_dtx_1.dts63 `basename $0` ARCH=arch_of_dtx_2 DTx_2 >tmp_dtx_2.dts123 if [ "${ARCH}" = "" ] ; then131 if [ "${dtx_arch}" != "" -a "${dtx_arch}" != "${ARCH}" ] ; then136 echo " >>\$ARCH<< is: >>${ARCH}<<" >&2139 if [ ! -d ${srctree}/arch/${ARCH} ] ; then142 echo " ${srctree}/arch/${ARCH}/ does not exist" >&2143 echo " Is \$ARCH='${ARCH}' correct?" >&2
20 tarball="${objtree}/linux-${KERNELRELEASE}-${ARCH}.tar"60 make ARCH="${ARCH}" -f ${srctree}/Makefile INSTALL_MOD_PATH="${tmpdir}" modules_install76 case "${ARCH}" in
59 if [ "$ARCH" = "um" ] ; then66 case $ARCH in86 if [ "$ARCH" = "um" ] ; then109 if [ "$ARCH" = "um" ] ; then132 if [ "$ARCH" != "um" ]; then187 if [ "$ARCH" != "um" ]; then
103 if [ "$ARCH" = "um" ] ; then