| Index: build/standalone.gypi
|
| diff --git a/build/standalone.gypi b/build/standalone.gypi
|
| index 6d3d55d4c4cc89457c00f494ba8c93e339df3177..7562112443d2252fadf46c9fbdab85b6bdf5db2d 100644
|
| --- a/build/standalone.gypi
|
| +++ b/build/standalone.gypi
|
| @@ -473,7 +473,8 @@
|
| ],
|
| 'ldflags': [ '-pthread', ],
|
| 'conditions': [
|
| - [ 'clang==1 and (v8_target_arch=="x64" or v8_target_arch=="arm64")', {
|
| + [ 'clang==1 and (v8_target_arch=="x64" or v8_target_arch=="arm64" \
|
| + or v8_target_arch=="mips64el")', {
|
| 'cflags': [ '-Wshorten-64-to-32' ],
|
| }],
|
| [ 'host_arch=="ppc64" and OS!="aix"', {
|
|
|