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

Unified Diff: tools/gyp/configurations_make.gypi

Issue 2858623002: Remove MIPS support (Closed)
Patch Set: Merge and cleanup Created 3 years, 6 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
« no previous file with comments | « tools/gyp/configurations.gypi ('k') | tools/gyp/configurations_msvs.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/configurations_make.gypi
diff --git a/tools/gyp/configurations_make.gypi b/tools/gyp/configurations_make.gypi
index 93d08114addfa1669c61a5a4c41f1e7fe98941d7..523dfab6672610b748149060eae38718c6456c82 100644
--- a/tools/gyp/configurations_make.gypi
+++ b/tools/gyp/configurations_make.gypi
@@ -257,91 +257,6 @@
],
},
- 'Dart_Linux_simmips_Base': {
- 'abstract': 1,
- 'cflags': [
- '-O3',
- '-m32',
- '-msse2',
- '-mfpmath=sse',
- ],
- 'ldflags': [
- '-m32',
- ],
- },
-
- # MIPS cross-build
- 'Dart_Linux_xmips_Base': {
- 'abstract': 1,
- 'target_conditions': [
- ['_toolset=="target"', {
- 'cflags': [
- '-EL',
- '-march=mips32',
- '-mhard-float',
- '-fno-strict-overflow',
- ],
- 'ldflags': [
- '-EL',
- ],
- }],
- ['_toolset=="host"',{
- 'cflags': [
- '-O3',
- '-m32',
- '-msse2',
- '-mfpmath=sse',
- ],
- 'ldflags': [
- '-m32',
- ],
- }]]
- },
-
- # These flags are needed for tcmalloc to be able to collect stack traces
- # for heap profiling on mips.
- 'Dart_Linux_xmips_Debug': {
- 'abstract': 1,
- 'target_conditions': [
- ['_toolset=="target"', {
- 'cflags!': [
- '-fno-exceptions',
- ],
- 'cflags': [
- '-fexceptions',
- '-funwind-tables',
- ],
- }],
- ],
- },
-
- # These flags are needed for tcmalloc to be able to collect stack traces
- # for heap profiling on mips.
- 'Dart_Linux_xmips_Release': {
- 'abstract': 1,
- 'target_conditions': [
- ['_toolset=="target"', {
- 'cflags!': [
- '-fno-exceptions',
- ],
- 'cflags': [
- '-fexceptions',
- '-funwind-tables',
- ],
- }],
- ],
- },
-
- # MIPS native build
- 'Dart_Linux_mips_Base': {
- 'abstract': 1,
- 'cflags': [
- '-march=mips32',
- '-mhard-float',
- '-fno-strict-overflow',
- ],
- },
-
'Dart_Linux_Debug': {
'abstract': 1,
'cflags': [
« no previous file with comments | « tools/gyp/configurations.gypi ('k') | tools/gyp/configurations_msvs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698