Parcourir la source

add amd64 for cross building (by Mikhail Gusarov, Closes: #513058)

David Kalnischkies il y a 17 ans
Parent
commit
453c7548fe
2 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 2 1
      buildlib/sizetable
  2. 2 0
      debian/changelog

+ 2 - 1
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
+m32r	big	1 4 2 4

+ 2 - 0
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