| Index: build/standalone.gypi
|
| diff --git a/build/standalone.gypi b/build/standalone.gypi
|
| index f175ce004020251845964c3ad88b3517fcb9b459..2bdd39dc4fc54d53f3d0d1d63914c63f7883dd5e 100644
|
| --- a/build/standalone.gypi
|
| +++ b/build/standalone.gypi
|
| @@ -179,8 +179,8 @@
|
| }],
|
| ],
|
| }],
|
| - ['(v8_target_arch=="ia32" or v8_target_arch=="x64" or v8_target_arch=="x87") and \
|
| - (OS=="linux" or OS=="mac")', {
|
| + ['((v8_target_arch=="ia32" or v8_target_arch=="x64" or v8_target_arch=="x87") and \
|
| + (OS=="linux" or OS=="mac")) or (v8_target_arch=="ppc64" and OS=="linux")', {
|
| 'v8_enable_gdbjit%': 1,
|
| }, {
|
| 'v8_enable_gdbjit%': 0,
|
|
|