summaryrefslogtreecommitdiff
path: root/buildlib/archtable
blob: eacc9889f2c68f38b8c261a85446b433a65744d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# This file contains a table of known architecture strings, with
# things to map them to. `configure' will take the output of the
# autoconf cannon macros and look in here. This only deals with architecture
# (CPU) names.

# The left side is a regex for awk

i.86	i386
pentium	i386
sparc	sparc
sparc64	sparc
alpha.*	alpha
m68k	m68k
arm.*b	armeb
arm.*	arm
powerpc	powerpc
ppc	powerpc
powerpc64	ppc64
mipsel  mipsel
mipseb	mips
mips	mips
sheb	sheb
shel	sh
sh	sh
sh3	sh3
sh4	sh4
m32r	m32r
hppa.*	hppa
ia64	ia64
s390	s390
s390x	s390x
x86_64	amd64
# lipa has gnulp-linux-i.86 (see dpkg archtable and ostable)