| Index: tools/gyp/configurations_make.gypi
|
| diff --git a/tools/gyp/configurations_make.gypi b/tools/gyp/configurations_make.gypi
|
| index c86ffc291eff9781909497f4b5641f1c86f08a24..05292bfefb868892d9ec9c79886ff1c4835d3b12 100644
|
| --- a/tools/gyp/configurations_make.gypi
|
| +++ b/tools/gyp/configurations_make.gypi
|
| @@ -119,6 +119,12 @@
|
| 'ldflags': [ '-m32', ],
|
| },
|
|
|
| + 'Dart_Linux_simdbc64_Base': {
|
| + 'abstract': 1,
|
| + 'cflags': [ '-O3', '-m64', '-msse2', '-mfpmath=sse' ],
|
| + 'ldflags': [ '-m64', ],
|
| + },
|
| +
|
| # ARM cross-build
|
| 'Dart_Linux_xarm_Base': {
|
| 'abstract': 1,
|
|
|