diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-09-23 17:11:41 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-09-23 17:11:41 +0200 |
commit | f7d6459db697c6dbba8e5d787a817e7721bfb577 (patch) | |
tree | df35974a4902758ad2e9e03720a463bc13bdefb4 /buildlib/sizetable | |
parent | 73b1d4847befc0d3042b6689484e0f74667aba6e (diff) | |
parent | a874991b8549397fb26c47bbf229854556a3fb60 (diff) |
merged from david, many thanks
Diffstat (limited to 'buildlib/sizetable')
-rw-r--r-- | buildlib/sizetable | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/buildlib/sizetable b/buildlib/sizetable index b5782360c..372ddd091 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 +amd64 little 1 4 2 8 armeb big 1 4 2 4 arm little 1 4 2 4 alpha little 1 4 2 8 @@ -21,4 +22,4 @@ m68k big 1 4 2 4 powerpc big 1 4 2 4 mips big 1 4 2 4 hppa big 1 4 2 4 -m32r big 1 4 2 4
\ No newline at end of file +m32r big 1 4 2 4 |