diff options
author | Christian Perrier <bubulle@debian.org> | 2005-11-01 17:25:04 +0000 |
---|---|---|
committer | Christian Perrier <bubulle@debian.org> | 2005-11-01 17:25:04 +0000 |
commit | 2cf1aee845ce86e6dba7a069ce6ad5edefae1331 (patch) | |
tree | 20c0290daa978b2f8926a1cfa7dd76fcc4412e8f /buildlib/sizetable | |
parent | efd1e3490c7fe2718d76f60ca0a83145b8289afa (diff) | |
parent | c5198dc1d0edeb3999741f00a25ec946cd66d6b9 (diff) |
Merge with Michael
Patches applied:
* michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-82
* merged with bubulle
* michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-83
* cmdline/apt-get.cc: fix bug in FindSrc() (debian #335213)
* michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-84
* added armeb to archtable
Diffstat (limited to 'buildlib/sizetable')
-rw-r--r-- | buildlib/sizetable | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildlib/sizetable b/buildlib/sizetable index 911180145..51a136d4a 100644 --- a/buildlib/sizetable +++ b/buildlib/sizetable @@ -12,6 +12,7 @@ # CPU endian sizeof: char, int, short, long i386 little 1 4 2 4 arm little 1 4 2 4 +armeb big 1 4 2 4 alpha little 1 4 2 8 mipsel little 1 4 2 4 sparc big 1 4 2 4 |