5 if [ $# -lt 1 ] ||
[ $# -gt 3 ] ; then
6 echo "usage: $ME <linux-build-directory> <stubdom-arch>" 1>&2
13 case ${TARGET_ARCH} in
15 if [ -d ${LINUX_DIR}/arch
/x86
] ; then
17 elif [ "${TARGET_ARCH}" = "x86_32" ] ; then
28 echo "$ME: ${ARCH}" 1>&2