]> git.saurik.com Git - apt.git/blame - buildlib/sizetable
* Let the ftp method work with ftp servers which do not...
[apt.git] / buildlib / sizetable
CommitLineData
d7bccc73
AL
1#
2# This file lists common architectures for cross-compilation (CPUs, not
3# OSs), and the endian-ness and relative type sizes. It is not needed for
4# native compilation.
5#
6# If you wish to cross-compile APT, and your architecture is not listed
7# here, you should add it, and submit it by email to the APT team at
8# <apt@packages.debian.org>.
9#
10# This is used primarily for the MD5 algorithm.
11# The format is:-
b2e465d6
AL
12# CPU endian sizeof: char, int, short, long
13i386 little 1 4 2 4
14arm little 1 4 2 4
15alpha little 1 4 2 8
16mipsel little 1 4 2 4
17sparc big 1 4 2 4
18sparc64 big 1 4 2 8
19m68k big 1 4 2 4
20powerpc big 1 4 2 4
21mips big 1 4 2 4
22hppa big 1 4 2 4