Mesa (master): scons: Add sunos5 to list of accepted platforms.

Vinson Lee vlee at kemper.freedesktop.org
Sat Jul 24 00:54:04 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Jul 23 17:53:35 2010 -0700

scons: Add sunos5 to list of accepted platforms.

---

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

diff --git a/common.py b/common.py
index f7dbe55..9141699 100644
--- a/common.py
+++ b/common.py
@@ -87,7 +87,7 @@ def AddOptions(opts):
 	opts.Add(EnumOption('machine', 'use machine-specific assembly code', default_machine,
 											 allowed_values=('generic', 'ppc', 'x86', 'x86_64')))
 	opts.Add(EnumOption('platform', 'target platform', default_platform,
-											 allowed_values=('linux', 'cell', 'windows', 'winddk', 'wince', 'darwin', 'embedded', 'cygwin')))
+											 allowed_values=('linux', 'cell', 'windows', 'winddk', 'wince', 'darwin', 'embedded', 'cygwin', 'sunos5')))
 	opts.Add('toolchain', 'compiler toolchain', 'default')
 	opts.Add(BoolOption('llvm', 'use LLVM', default_llvm))
 	opts.Add(BoolOption('dri', 'build DRI drivers', default_dri))




More information about the mesa-commit mailing list