Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Unified Diff: tools/gyp/configurations_make.gypi

Issue 1904153003: DBC: Adds simdbc64 target, adds arm64 arithmetic overflow logic (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fix stack overflow area size Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698