summaryrefslogtreecommitdiff
path: root/cputable
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2014-08-08 20:20:40 +0200
committerGuillem Jover <guillem@debian.org>2014-08-09 23:04:36 +0200
commit4b9c267a21500b3d2f7bafe7d2af6100ffa8d2a9 (patch)
treee38aaf9908f769950b1ec24dcd7ce4c52c414439 /cputable
parentfd8934117860821c3a5ddb11c51eb86b25ad97c0 (diff)
downloaddpkg-4b9c267a21500b3d2f7bafe7d2af6100ffa8d2a9.tar.gz
Bump the i386 architecture GNU triplet to i586-linux-gnu
This matches the change in gcc. Somewhat reluctantly, as i386 wants to be its unique 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
Diffstat (limited to 'cputable')
-rw-r--r--cputable2
1 files changed, 1 insertions, 1 deletions
diff --git a/cputable b/cputable
index f27fe31ec..f651ac116 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 i486 (i[3456]86|pentium) 32 little
+i386 i586 (i[3456]86|pentium) 32 little
ia64 ia64 ia64 64 little
alpha alpha alpha.* 64 little
amd64 x86_64 x86_64 64 little