Lines Matching refs:debarch
29 local forcearch="" debarch=""
32 debarch="$UTS_MACHINE" ;;
34 debarch=amd64 ;;
36 debarch=sparc ;;
38 debarch=s390 ;;
40 debarch=powerpc ;;
42 debarch=hppa ;;
44 debarch=mips$(grep -q CPU_LITTLE_ENDIAN=y .config && echo el) ;;
46 debarch=arm$(grep -q CONFIG_AEABI=y .config && echo el) ;;
58 debarch="$KBUILD_DEBARCH"
60 if [ -n "$debarch" ] ; then
61 forcearch="-DArchitecture=$debarch"