add amd64 for cross building (by Mikhail Gusarov, Closes: #513058)
authorDavid Kalnischkies <kalnischkies@gmail.com>
Wed, 9 Sep 2009 12:08:40 +0000 (14:08 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Wed, 9 Sep 2009 12:08:40 +0000 (14:08 +0200)
buildlib/sizetable
debian/changelog

index b578236..372ddd0 100644 (file)
@@ -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
index 9aa1f68..c308c05 100644 (file)
@@ -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