From 33d8ff9c317eeb1300bc8e189d7b9c00b352323a Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Tue, 15 Feb 2011 17:31:31 +0000 Subject: scons: Recognize 'AMD64' processor as well. --- common.py | 1 + 1 file changed, 1 insertion(+) (limited to 'common.py') diff --git a/common.py b/common.py index e7941262e5..b74b204a04 100644 --- a/common.py +++ b/common.py @@ -30,6 +30,7 @@ _machine_map = { 'i586': 'x86', 'i686': 'x86', 'ppc' : 'ppc', + 'AMD64': 'x86_64', 'x86_64': 'x86_64', } -- cgit v1.2.3