summaryrefslogtreecommitdiff
path: root/buildlib/sizetable
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:56:07 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:56:07 +0000
commitbe512dcc6854cb921d03b5a711eddf503ec2b23b (patch)
tree8d8732fe7e22693e382663262f7c407b86f54778 /buildlib/sizetable
parent6df23d2fa3de0ff4df76e5b9777fb03835bb0a5b (diff)
Sparc64 and fixes
Author: jgg Date: 2000-06-07 02:13:40 GMT Sparc64 and fixes
Diffstat (limited to 'buildlib/sizetable')
-rw-r--r--buildlib/sizetable18
1 files changed, 10 insertions, 8 deletions
diff --git a/buildlib/sizetable b/buildlib/sizetable
index 23846bded..3bd01298c 100644
--- a/buildlib/sizetable
+++ b/buildlib/sizetable
@@ -10,11 +10,13 @@
# This is used primarily for the MD5 algorithm.
# The format is:-
# CPU ':' endian sizeof: char, int, short, long
-i386: little 1 4 2 4
-alpha: little 1 4 2 8
-sparc: big 1 4 2 4
-m68k: big 1 4 2 4
-powerpc: big 1 4 2 4
-mips: big 1 4 2 4
-mipsel: little 1 4 2 4
-hppa: big 1 4 2 4
+i386: little 1 4 2 4
+arm: little 1 4 2 4
+alpha: little 1 4 2 8
+mipsel: little 1 4 2 4
+sparc: big 1 4 2 4
+sparc64: big 1 4 2 8
+m68k: big 1 4 2 4
+powerpc: big 1 4 2 4
+mips: big 1 4 2 4
+hppa: big 1 4 2 4