]> git.decadent.org.uk Git - dak.git/blobdiff - tools/dsync-0.0/buildlib/sizetable
Added another tool used in dak (and placed nowhere else), dsync
[dak.git] / tools / dsync-0.0 / buildlib / sizetable
diff --git a/tools/dsync-0.0/buildlib/sizetable b/tools/dsync-0.0/buildlib/sizetable
new file mode 100644 (file)
index 0000000..b6dbca3
--- /dev/null
@@ -0,0 +1,19 @@
+#
+# 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
+mipsel: little  1 4 2 4
+x86_64:        little  1 4 2 8