X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=blobdiff_plain;f=common.py;h=6121a41140338bfc4a3fd7b78bf3f7769e60b5bb;hp=f0b1ccc2c1f07ef10a65839ef486c692e82bd889;hb=5cf693266faebd1fc130709fd7e7b2452bbd156c;hpb=5481b5adcf47366ddc641f893e2fa79624cf68ca diff --git a/common.py b/common.py index f0b1ccc2c1f..6121a411403 100644 --- a/common.py +++ b/common.py @@ -89,7 +89,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', host_platform, - allowed_values=('linux', 'windows', 'darwin', 'cygwin', 'sunos', 'freebsd8', 'haiku'))) + allowed_values=('cygwin', 'darwin', 'freebsd', 'haiku', 'linux', 'sunos', 'windows'))) opts.Add(BoolOption('embedded', 'embedded build', 'no')) opts.Add('toolchain', 'compiler toolchain', default_toolchain) opts.Add(BoolOption('gles', 'EXPERIMENTAL: enable OpenGL ES support', 'no'))