diff options
author | Michel Dänzer <[email protected]> | 2008-10-23 10:28:48 +0200 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2008-10-23 10:28:48 +0200 |
commit | 6b69e3c71741d99a54c6f4dcb605a3c241239aeb (patch) | |
tree | d7ae0ea9c1ef4c8cbf205a5b513e78bf53831925 /src/mesa/SConscript | |
parent | 06c43beee08052bae3832586559889d74fb538b6 (diff) |
scons: ppc support.
Diffstat (limited to 'src/mesa/SConscript')
-rw-r--r-- | src/mesa/SConscript | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/SConscript b/src/mesa/SConscript index af8dfcb4930..89b98b37ab0 100644 --- a/src/mesa/SConscript +++ b/src/mesa/SConscript @@ -283,6 +283,10 @@ if env['platform'] != 'winddk': 'x86-64/glapi_x86-64.S' ] elif gcc and env['machine'] == 'ppc': + env.Append(CPPDEFINES = [ + 'USE_PPC_ASM', + 'USE_VMX_ASM', + ]) mesa_sources += [ 'ppc/common_ppc.c', ] |