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