diff options
| author | Ben Skeggs <skeggsb@gmail.com> | 2008-10-27 15:40:33 +1100 |
|---|---|---|
| committer | Ben Skeggs <skeggsb@gmail.com> | 2008-10-27 15:40:33 +1100 |
| commit | 70a06e03d45f3d2e1cd1d430ba83c4b22471373c (patch) | |
| tree | 399cc450107d78041a53b61773635560472ae08a /src/mesa/SConscript | |
| parent | 295d6f8e8f03192320aa8d4ed767427dd06071a5 (diff) | |
| parent | 02c9009bb842cd8a47bc36ea274ef54ff47e1528 (diff) | |
Merge remote branch 'origin/gallium-0.2' into gallium-0.2
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 af8dfcb493..89b98b37ab 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', ] |
