blob: 7c41b5ad35f0e5d8e0e2315633d0784362984e30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# List of architectures
# Note: use exactly _one_ <tab> between fields!
# Remember to also update the control file when arches are added/dropped!
#Code Name
i386 Intel x86
amd64 AMD64
arm64 ARM64
armel ARM softfloat
armhf ARM harffloat
#hppa PA-RISC (hppa)
#ia64 IA-64
mips 32-bit MIPS (big-endian)
mips64el 64-bit MIPS (little-endian)
mipsel 32-bit MIPS (little-endian)
#powerpc PowerPC
ppc64el PowerPC
s390x S/390
#sparc Sparc
#kfreebsd-i386 kFreeBSD Intel x86
#kfreebsd-amd64 kFreeBSD AMD64
|