From b9c762fe0077a6de3e0fc10aa86a8eea9f1a2af5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Mon, 4 Aug 2003 20:43:12 +0000 Subject: Add amd64 compat_arch mappings --- MDK/Common/System.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MDK') diff --git a/MDK/Common/System.pm b/MDK/Common/System.pm index a1ee80c..827bd54 100644 --- a/MDK/Common/System.pm +++ b/MDK/Common/System.pm @@ -190,6 +190,8 @@ use vars qw(@ISA %EXPORT_TAGS @EXPORT_OK %compat_arch $printable_chars $sizeof_i 'k6' => 'i586', 'k7' => 'k6', 'k8' => 'k7', + 'x86_64' => 'i686', + 'amd64' => 'x86_64', 'ia64' => 'noarch', 'ppc' => 'noarch', 'alpha' => 'noarch', -- cgit v1.2.1