X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/d7bccc73c61de8be73c71c4447b9a007ffb80834..f8477782df203e1998a8704e71a1a3cc699e9e3a:/buildlib/sizetable diff --git a/buildlib/sizetable b/buildlib/sizetable index 9ba7ee1c0..8b18528cf 100644 --- a/buildlib/sizetable +++ b/buildlib/sizetable @@ -9,9 +9,15 @@ # # 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 +# CPU endian sizeof: char, int, short, long +i386 little 1 4 2 4 +armeb big 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