diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-11-08 16:19:07 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-11-08 16:19:07 +0000 |
commit | 670c56e521e3f59be7722f1243399d8289e14626 (patch) | |
tree | a8f3bd1bbc5ff92c2b9b2b06f9194e0a349b4300 /buildlib/sizetable | |
parent | e181fcafae68a176b70dacd5d9076b50b1048dbd (diff) |
* merged the NMU from Franz Pop, fixed armeb problem (#333599)
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 51a136d4a..cf6a3ae2d 100644 --- a/buildlib/sizetable +++ b/buildlib/sizetable @@ -11,6 +11,7 @@ # 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 armeb big 1 4 2 4 alpha little 1 4 2 8 |