diff options
author | Vinson Lee <vlee@vmware.com> | 2010-08-11 17:58:06 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-08-11 17:58:06 -0700 |
commit | 4a859cd12fa47811c9f4d3773bb5e3506f89f2b4 (patch) | |
tree | 8153e2e38e3c3cb88ce797301dbe37c96417d96e /common.py | |
parent | 608f1687096126461d844c299a845ec38e18421b (diff) |
scons: Add freebsd8 to list of accepted platforms.
Diffstat (limited to 'common.py')
-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', 'sunos5'))) + allowed_values=('linux', 'cell', 'windows', 'winddk', 'wince', 'darwin', 'embedded', 'cygwin', 'sunos5', 'freebsd8'))) opts.Add('toolchain', 'compiler toolchain', 'default') opts.Add(BoolOption('llvm', 'use LLVM', default_llvm)) opts.Add(BoolOption('dri', 'build DRI drivers', default_dri)) |