summaryrefslogtreecommitdiff
path: root/cputable
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2015-04-20 23:58:55 +0200
committerGuillem Jover <guillem@debian.org>2015-04-21 06:50:54 +0200
commit56ee0496fa49df716db16f8b948412714e2c7378 (patch)
tree5b7535a372e6bbaf04c963686b420cc011476adb /cputable
parent63be043d93aa1a7979b8e0f4f638ecf8485eca03 (diff)
downloaddpkg-56ee0496fa49df716db16f8b948412714e2c7378.tar.gz
Update amd64 GNU cpu regex in cputable to match amd64 too
FreeBSD outputs amd64 as the cpu, so we need to match that in addition to x86_64.
Diffstat (limited to 'cputable')
-rw-r--r--cputable2
1 files changed, 1 insertions, 1 deletions
diff --git a/cputable b/cputable
index b8b2da2fe..676dcd794 100644
--- a/cputable
+++ b/cputable
@@ -17,7 +17,7 @@
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
+amd64 x86_64 (amd64|x86_64) 64 little
armeb armeb arm.*b 32 big
arm arm arm.* 32 little
arm64 aarch64 aarch64 64 little