summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cputable2
-rw-r--r--debian/changelog1
2 files changed, 2 insertions, 1 deletions
diff --git a/cputable b/cputable
index f651ac116..b8b2da2fe 100644
--- a/cputable
+++ b/cputable
@@ -14,7 +14,7 @@
# Column 5 is the endianness (byte ordering in numbers)
#
# <Debian name> <GNU name> <config.guess regex> <Bits> <Endianness>
-i386 i586 (i[3456]86|pentium) 32 little
+i386 i586 (i[34567]86|pentium) 32 little
ia64 ia64 ia64 64 little
alpha alpha alpha.* 64 little
amd64 x86_64 x86_64 64 little
diff --git a/debian/changelog b/debian/changelog
index b2344e8ce..fa299a95f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -70,6 +70,7 @@ dpkg (1.17.11) UNRELEASED; urgency=low
snowflake and use a GNU triplet not matching its baseline. This will
cause problems when cross-building and using unmatched combinations of
dpkg-dev and gcc. Closes: #751363
+ * Update i386 architecture GNU cpu regex in cputable to match i786 too.
[ Updated programs translations ]
* Danish (Joe Dalton). Closes: #754127