File: sizetable

package info (click to toggle)
apt 0.6.46.4-0.1%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 8,112 kB
  • ctags: 3,425
  • sloc: cpp: 29,961; xml: 9,133; sh: 3,027; makefile: 673; perl: 209
file content (23 lines) | stat: -rw-r--r-- 718 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# 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
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