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

Vinson Lee vlee at kemper.freedesktop.org
Thu Aug 12 00:58:34 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Aug 11 17:58:06 2010 -0700

scons: Add freebsd8 to list of accepted platforms.

---

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

diff --git a/common.py b/common.py
index 9141699..7a14a2c 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', '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))




More information about the mesa-commit mailing list