Lines Matching refs:ARCH
54 The shell variable \${ARCH} must provide the architecture containing
59 may not work since \${ARCH} is part of the include path. Two possible
63 <(ARCH=arch_of_dtx_1 `basename $0` DTx_1) \\
64 <(ARCH=arch_of_dtx_2 `basename $0` DTx_2)
66 `basename $0` ARCH=arch_of_dtx_1 DTx_1 >tmp_dtx_1.dts
67 `basename $0` ARCH=arch_of_dtx_2 DTx_2 >tmp_dtx_2.dts
127 if [ "${ARCH}" = "" ] ; then
135 if [ "${dtx_arch}" != "" -a "${dtx_arch}" != "${ARCH}" ] ; then
140 echo " >>\$ARCH<< is: >>${ARCH}<<" >&2
143 if [ ! -d ${srctree}/arch/${ARCH} ] ; then
146 echo " ${srctree}/arch/${ARCH}/ does not exist" >&2
147 echo " Is \$ARCH='${ARCH}' correct?" >&2