scons: ppc support.

This commit is contained in:
Michel Dänzer
2008-10-23 10:28:48 +02:00
parent 06c43beee0
commit 6b69e3c717
7 changed files with 12 additions and 1 deletions

View File

@@ -70,12 +70,14 @@ platform = env['platform']
# derived options
x86 = machine == 'x86'
ppc = machine == 'ppc'
gcc = platform in ('linux', 'freebsd', 'darwin')
msvc = platform in ('windows', 'winddk')
Export([
'debug',
'x86',
'ppc',
'dri',
'llvm',
'platform',