summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MDK/Common/System.pm2
1 files changed, 2 insertions, 0 deletions
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',