blob: e349014e89f5f3ec603fbd4d6fc168bd3ed46bff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Manually maintained table mapping 32bit archs to the
# name of their 64bit counter part.
#
# Please keep this sorted by "key" (i.e. 32bit arch)
hppa => hppa64
i386 => amd64
kfreebsd-i386 => kfreebsd-amd64
mips => mips64
mipsel => mipsel64
powerpc => ppc64
s390 => s390x
sparc => sparc64
|