summaryrefslogtreecommitdiff
path: root/cputable
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2009-06-28 09:13:10 +0200
committerRaphaƫl Hertzog <hertzog@debian.org>2009-08-15 19:34:05 +0200
commit126fcaac1eff9b5ae52e9ab80c158fd3aaf214d6 (patch)
treeaaeef991c62aa376aa64f78ac38665ee5d933c9f /cputable
parent86823d5792af8328107c3d86e486d2cf373da128 (diff)
downloaddpkg-126fcaac1eff9b5ae52e9ab80c158fd3aaf214d6.tar.gz
dpkg-architecture: Add support for bits and endianness variables
Add new DEB_(HOST|BUILD)_ARCH_(BITS|ENDIANNESS) variables to ease work for porters.
Diffstat (limited to 'cputable')
-rw-r--r--cputable44
1 files changed, 22 insertions, 22 deletions
diff --git a/cputable b/cputable
index b852059b4..18dc14b72 100644
--- a/cputable
+++ b/cputable
@@ -13,25 +13,25 @@
# Column 3 is an extended regular expression used to match against the
# CPU part of the output of the GNU config.guess script.
#
-# <Debian name> <GNU name> <config.guess regex>
-i386 i486 (i[3456]86|pentium)
-ia64 ia64 ia64
-alpha alpha alpha.*
-amd64 x86_64 x86_64
-armeb armeb arm.*b
-arm arm arm.*
-avr32 avr32 avr32
-hppa hppa hppa.*
-m32r m32r m32r
-m68k m68k m68k
-mips mips mips(eb)?
-mipsel mipsel mipsel
-powerpc powerpc (powerpc|ppc)
-ppc64 powerpc64 (powerpc|ppc)64
-s390 s390 s390
-s390x s390x s390x
-sh3 sh3 sh3
-sh3eb sh3eb sh3eb
-sh4 sh4 sh4
-sh4eb sh4eb sh4eb
-sparc sparc sparc(64)?
+# <Debian name> <GNU name> <config.guess regex> <Bits> <Endianness>
+i386 i486 (i[3456]86|pentium) 32 little
+ia64 ia64 ia64 64 little
+alpha alpha alpha.* 64 little
+amd64 x86_64 x86_64 64 little
+armeb armeb arm.*b 32 big
+arm arm arm.* 32 little
+avr32 avr32 avr32 32 big
+hppa hppa hppa.* 32 big
+m32r m32r m32r 32 big
+m68k m68k m68k 32 big
+mips mips mips(eb)? 32 big
+mipsel mipsel mipsel 32 little
+powerpc powerpc (powerpc|ppc) 32 big
+ppc64 powerpc64 (powerpc|ppc)64 64 big
+s390 s390 s390 32 big
+s390x s390x s390x 64 big
+sh3 sh3 sh3 32 little
+sh3eb sh3eb sh3eb 32 big
+sh4 sh4 sh4 32 little
+sh4eb sh4eb sh4eb 32 big
+sparc sparc sparc(64)? 32 big