Home
last modified time | relevance | path

Searched refs:debarch (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/scripts/package/
H A Dmkdebian23 debarch="$KBUILD_DEBARCH"
30 debarch="$UTS_MACHINE" ;;
32 debarch=amd64 ;;
34 debarch=sparc$(if_enabled_echo CONFIG_64BIT 64) ;;
36 debarch=s390x ;;
39 debarch=ppc64$(if_enabled_echo CONFIG_CPU_LITTLE_ENDIAN el)
41 debarch=powerpc$(if_enabled_echo CONFIG_SPE spe)
45 debarch=hppa ;;
48 debarch=mips$(if_enabled_echo CONFIG_64BIT 64)$(if_enabled_echo CONFIG_CPU_MIPSR6 r6)el
50 debarch=mips$(if_enabled_echo CONFIG_64BIT 64)r6
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/
H A Darch_pm.patch24 (my $da = $debarch) =~ s/<cpu>/$_cpu/;