This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=7bbdc6e59b1beca2796ae65ac98f231e779033a5 commit 7bbdc6e59b1beca2796ae65ac98f231e779033a5 Author: Guillem Jover <[email protected]> AuthorDate: Fri Nov 11 12:29:03 2022 +0100 arch: Move i386 and ia64 in an alphabetical-ish order in the cputable Long ago i386 used to be the predominant architecture, but that's not the case any longer. Move it in an alphabetical-ish order (some entries need to be unordered withing their family for matching purposes). --- data/cputable | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/cputable b/data/cputable index b25b97211..172cea3f5 100644 --- a/data/cputable +++ b/data/cputable @@ -18,8 +18,6 @@ # - Column 5 is the endianness (byte ordering in numbers). # # <Debian name> <GNU name> <config.guess regex> <Bits> <Endianness> -i386 i686 (i[34567]86|pentium) 32 little -ia64 ia64 ia64 64 little alpha alpha alpha.* 64 little amd64 x86_64 (amd64|x86_64) 64 little arc arc arc 32 little @@ -28,6 +26,8 @@ arm arm arm.* 32 little arm64 aarch64 aarch64 64 little avr32 avr32 avr32 32 big hppa hppa hppa.* 32 big +i386 i686 (i[34567]86|pentium) 32 little +ia64 ia64 ia64 64 little m32r m32r m32r 32 big m68k m68k m68k 32 big mips mips mips(eb)? 32 big -- Dpkg.Org's dpkg

