diff options
| author | Vinson Lee <vlee@vmware.com> | 2010-07-23 17:53:35 -0700 | 
|---|---|---|
| committer | Vinson Lee <vlee@vmware.com> | 2010-07-23 17:53:35 -0700 | 
| commit | ac11bdd8315a05d227a81caad86ed7e9980fb980 (patch) | |
| tree | eb52904480f49e8e1c8a346a343a3610940db11b | |
| parent | bd27db400a433d842b5ede862e14136a1e2d8119 (diff) | |
scons: Add sunos5 to list of accepted platforms.
| -rw-r--r-- | common.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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)) | 
