diff options
-rw-r--r-- | buildlib/archtable | 1 | ||||
-rw-r--r-- | buildlib/sizetable | 1 | ||||
-rw-r--r-- | debian/changelog | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/buildlib/archtable b/buildlib/archtable index b01743c02..af1123d02 100644 --- a/buildlib/archtable +++ b/buildlib/archtable @@ -11,6 +11,7 @@ sparc sparc sparc64 sparc alpha.* alpha m68k m68k +armeb.* armeb arm.* arm powerpc powerpc ppc powerpc diff --git a/buildlib/sizetable b/buildlib/sizetable index 911180145..51a136d4a 100644 --- a/buildlib/sizetable +++ b/buildlib/sizetable @@ -12,6 +12,7 @@ # CPU endian sizeof: char, int, short, long i386 little 1 4 2 4 arm little 1 4 2 4 +armeb big 1 4 2 4 alpha little 1 4 2 8 mipsel little 1 4 2 4 sparc big 1 4 2 4 diff --git a/debian/changelog b/debian/changelog index a7ea0c954..a4e403030 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ apt (0.6.42.2) unstable; urgency=low - patch-118: Russian translation update by Yuri Kozlov (closes: #335164) * cmdline/apt-get.cc: - bufix in FindSrc (closes: #335213) + * added armeb to archtable (closes: #333599) -- |