summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2009-09-09 14:08:40 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2009-09-09 14:08:40 +0200
commit453c7548fefd3c13927cb8a10e16cca121eb144b (patch)
tree3faadcac533f52b863ac3cdc27667848f3b8c9fd
parentebf2e25b204195892b6c4866b1517755efb590b4 (diff)
add amd64 for cross building (by Mikhail Gusarov, Closes: #513058)
-rw-r--r--buildlib/sizetable3
-rw-r--r--debian/changelog2
2 files changed, 4 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
diff --git a/debian/changelog b/debian/changelog
index 9aa1f6860..c308c05aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,6 +33,8 @@ apt (0.7.24) UNRELEASED; urgency=low
- document the new preferences.d folder (Closes: #544017)
* methods/rred.cc:
- add at the top without failing (by Bernhard R. Link, Closes: #545694)
+ * buildlib/sizetable:
+ - add amd64 for cross building (by Mikhail Gusarov, Closes: #513058)
-- David Kalnischkies <kalnischkies@gmail.com> Fri, 28 Aug 2009 09:40:08 +0200