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