Home
last modified time | relevance | path

Searched refs:ARCH (Results 1 – 9 of 9) sorted by relevance

/scripts/
Ddecodecode63 if [ -z "$ARCH" ]; then
65 aarch64*) ARCH=arm64 ;;
66 arm*) ARCH=arm ;;
73 if [ "$ARCH" = "arm" ]; then
81 if [ "$ARCH" = "arm64" ]; then
Dsubarch.include2 # first, and if a usermode build is happening, the "ARCH=um" on the command
3 # 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
Dmkcompile_h5 ARCH=$2
Dtags.sh305 if [ "${ARCH}" = "um" ]; then
DMakefile.build374 cmd_cpp_lds_S = $(CPP) $(cpp_flags) -P -U$(ARCH) \
/scripts/dtc/
Ddtx_diff54 The shell variable \${ARCH} must provide the architecture containing
59 may not work since \${ARCH} is part of the include path. The following
62 `basename $0` ARCH=arch_of_dtx_1 DTx_1 >tmp_dtx_1.dts
63 `basename $0` ARCH=arch_of_dtx_2 DTx_2 >tmp_dtx_2.dts
123 if [ "${ARCH}" = "" ] ; then
131 if [ "${dtx_arch}" != "" -a "${dtx_arch}" != "${ARCH}" ] ; then
136 echo " >>\$ARCH<< is: >>${ARCH}<<" >&2
139 if [ ! -d ${srctree}/arch/${ARCH} ] ; then
142 echo " ${srctree}/arch/${ARCH}/ does not exist" >&2
143 echo " Is \$ARCH='${ARCH}' correct?" >&2
/scripts/package/
Dbuildtar20 tarball="${objtree}/linux-${KERNELRELEASE}-${ARCH}.tar"
60 make ARCH="${ARCH}" -f ${srctree}/Makefile INSTALL_MOD_PATH="${tmpdir}" modules_install
76 case "${ARCH}" in
Dbuilddeb59 if [ "$ARCH" = "um" ] ; then
66 case $ARCH in
86 if [ "$ARCH" = "um" ] ; then
109 if [ "$ARCH" = "um" ] ; then
132 if [ "$ARCH" != "um" ]; then
187 if [ "$ARCH" != "um" ]; then
Dmkdebian103 if [ "$ARCH" = "um" ] ; then