summaryrefslogtreecommitdiff
path: root/buildlib/sizetable
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:50:48 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:50:48 +0000
commitd7bccc73c61de8be73c71c4447b9a007ffb80834 (patch)
tree770f0b529992a4ae85fcbffcdf02175dda2d7c76 /buildlib/sizetable
parentac96654175265aacb34f3660d35667d26feba138 (diff)
Autoconf stuff
Author: jgg Date: 1998-07-13 05:05:51 GMT Autoconf stuff
Diffstat (limited to 'buildlib/sizetable')
-rw-r--r--buildlib/sizetable17
1 files changed, 17 insertions, 0 deletions
diff --git a/buildlib/sizetable b/buildlib/sizetable
new file mode 100644
index 000000000..9ba7ee1c0
--- /dev/null
+++ b/buildlib/sizetable
@@ -0,0 +1,17 @@
+#
+# This file lists common architectures for cross-compilation (CPUs, not
+# OSs), and the endian-ness and relative type sizes. It is not needed for
+# native compilation.
+#
+# If you wish to cross-compile APT, and your architecture is not listed
+# here, you should add it, and submit it by email to the APT team at
+# <apt@packages.debian.org>.
+#
+# 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