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

Unified Diff: tools/gyp/v8.gyp

Issue 1585813002: S390: Makefile + Build Toolchain Updates (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 11 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 | « src/base/build_config.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index 5044b2c0c6065d8076b251625fd134afd5e60994..ada51f5e078151c1c3c4f4b9791206de8b3808a1 100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -1420,6 +1420,50 @@
'../../src/compiler/x64/instruction-selector-x64.cc',
],
}],
+ ['v8_target_arch=="s390" or v8_target_arch=="s390x"', {
+ 'sources': [ ### gcmole(arch:s390) ###
+ '../../src/compiler/s390/code-generator-s390.cc',
jochen (gone - plz use gerrit) 2016/01/14 14:04:40 please don't add files here yet without them being
+ '../../src/compiler/s390/instruction-codes-s390.h',
+ '../../src/compiler/s390/instruction-scheduler-s390.cc',
+ '../../src/compiler/s390/instruction-selector-s390.cc',
+ '../../src/crankshaft/s390/lithium-s390.cc',
+ '../../src/crankshaft/s390/lithium-s390.h',
+ '../../src/crankshaft/s390/lithium-codegen-s390.cc',
+ '../../src/crankshaft/s390/lithium-codegen-s390.h',
+ '../../src/crankshaft/s390/lithium-gap-resolver-s390.cc',
+ '../../src/crankshaft/s390/lithium-gap-resolver-s390.h',
+ '../../src/debug/s390/debug-s390.cc',
+ '../../src/full-codegen/s390/full-codegen-s390.cc',
+ '../../src/ic/s390/access-compiler-s390.cc',
+ '../../src/ic/s390/handler-compiler-s390.cc',
+ '../../src/ic/s390/ic-s390.cc',
+ '../../src/ic/s390/ic-compiler-s390.cc',
+ '../../src/ic/s390/stub-cache-s390.cc',
+ '../../src/s390/assembler-s390-inl.h',
+ '../../src/s390/assembler-s390.cc',
+ '../../src/s390/assembler-s390.h',
+ '../../src/s390/builtins-s390.cc',
+ '../../src/s390/code-stubs-s390.cc',
+ '../../src/s390/code-stubs-s390.h',
+ '../../src/s390/codegen-s390.cc',
+ '../../src/s390/codegen-s390.h',
+ '../../src/s390/constants-s390.h',
+ '../../src/s390/constants-s390.cc',
+ '../../src/s390/cpu-s390.cc',
+ '../../src/s390/deoptimizer-s390.cc',
+ '../../src/s390/disasm-s390.cc',
+ '../../src/s390/frames-s390.cc',
+ '../../src/s390/frames-s390.h',
+ '../../src/s390/interface-descriptors-s390.cc',
+ '../../src/s390/interface-descriptors-s390.h',
+ '../../src/s390/macro-assembler-s390.cc',
+ '../../src/s390/macro-assembler-s390.h',
+ '../../src/s390/simulator-s390.cc',
+ '../../src/s390/simulator-s390.h',
+ '../../src/regexp/s390/regexp-macro-assembler-s390.cc',
+ '../../src/regexp/s390/regexp-macro-assembler-s390.h',
+ ],
+ }],
['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', {
'sources': [ ### gcmole(arch:ppc) ###
'../../src/compiler/ppc/code-generator-ppc.cc',
« no previous file with comments | « src/base/build_config.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698