summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-10-25 09:23:47 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-10-25 09:23:47 +0000
commitc5198dc1d0edeb3999741f00a25ec946cd66d6b9 (patch)
tree06a7ed16efa83c0cfd70b10e7e978e866e5e6873
parentd5f38102698899c4d3693583247a71f54ea1b278 (diff)
* added armeb to archtable
-rw-r--r--buildlib/archtable1
-rw-r--r--buildlib/sizetable1
-rw-r--r--debian/changelog1
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)
--