Mesa (master): scons: Add more machine architectures to the machine map

Jose Fonseca jrfonseca at kemper.freedesktop.org
Wed Jan 18 16:46:53 UTC 2012


Module: Mesa
Branch: master
Commit: 5481b5adcf47366ddc641f893e2fa79624cf68ca
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5481b5adcf47366ddc641f893e2fa79624cf68ca

Author: Alexander von Gluck IV <kallisti5 at unixzen.com>
Date:   Tue Jan 17 15:46:01 2012 +0000

scons: Add more machine architectures to the machine map

* BePC, BeBox, BeMac for Haiku.
* Add sparc architecture as Mesa looks for it.

Signed-off-by: José Fonseca <jfonseca at vmware.com>

---

 common.py |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/common.py b/common.py
index 2674f32..f0b1ccc 100644
--- a/common.py
+++ b/common.py
@@ -31,9 +31,15 @@ _machine_map = {
 	'i486': 'x86',
 	'i586': 'x86',
 	'i686': 'x86',
+	'BePC': 'x86',
+	'Intel': 'x86',
 	'ppc' : 'ppc',
+	'BeBox': 'ppc',
+	'BeMac': 'ppc',
 	'AMD64': 'x86_64',
 	'x86_64': 'x86_64',
+	'sparc': 'sparc',
+	'sun4u': 'sparc',
 }
 
 




More information about the mesa-commit mailing list