diff options
author | Guillem Jover <guillem@debian.org> | 2015-04-20 23:58:55 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2015-04-21 06:50:54 +0200 |
commit | 56ee0496fa49df716db16f8b948412714e2c7378 (patch) | |
tree | 5b7535a372e6bbaf04c963686b420cc011476adb /cputable | |
parent | 63be043d93aa1a7979b8e0f4f638ecf8485eca03 (diff) | |
download | dpkg-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-- | cputable | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |