Bug#333599: apt: Please add big-endian arm (armeb) support
Package: apt
Version: 0.6.41
Severity: wishlist
Tags: patch
The attached patch adds support for the armeb architecture to apt.
-- /etc/apt/sources.list --
deb http://ftp.debonaras.org/debian/ sarge main
deb-src http://ftp.debian.nl/debian/ unstable main
-- System Information:
Debian Release: 3.1
Architecture: armeb (armv5teb)
Kernel: Linux 2.6.13
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages apt depends on:
ii libc6 2.3.5-6 GNU C Library: Shared libraries an
ii libgcc1 1:4.0.1-8 GCC support library
ii libstdc++5 1:3.3.6-10 The GNU Standard C++ Library v3
-- no debconf information
--- apt-0.6.41/buildlib/archtable.orig 2005-10-12 23:15:03.000000000 +0200
+++ apt-0.6.41/buildlib/archtable 2005-10-12 23:15:47.000000000 +0200
@@ -11,6 +11,7 @@
sparc64 sparc
alpha.* alpha
m68k m68k
+armeb.* armeb
arm.* arm
powerpc powerpc
ppc powerpc
--- apt-0.6.41/buildlib/sizetable.orig 2005-10-12 23:15:05.000000000 +0200
+++ apt-0.6.41/buildlib/sizetable 2005-10-12 23:15:56.000000000 +0200
@@ -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
Reply to: