Index: tools/gyp/v8.gyp |
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp |
index 37b865021b24a6bc641a487fa62ef6cfe40b865e..000865f3a992c0dc6a381e2f4a9f2b5f7a69bf0c 100644 |
--- a/tools/gyp/v8.gyp |
+++ b/tools/gyp/v8.gyp |
@@ -717,6 +717,37 @@ |
'../../src/ia32/stub-cache-ia32.cc', |
], |
}], |
+ ['v8_target_arch=="x87"', { |
+ 'sources': [ ### gcmole(arch:x87) ### |
+ '../../src/x87/assembler-x87-inl.h', |
+ '../../src/x87/assembler-x87.cc', |
+ '../../src/x87/assembler-x87.h', |
+ '../../src/x87/builtins-x87.cc', |
+ '../../src/x87/code-stubs-x87.cc', |
+ '../../src/x87/code-stubs-x87.h', |
+ '../../src/x87/codegen-x87.cc', |
+ '../../src/x87/codegen-x87.h', |
+ '../../src/x87/cpu-x87.cc', |
+ '../../src/x87/debug-x87.cc', |
+ '../../src/x87/deoptimizer-x87.cc', |
+ '../../src/x87/disasm-x87.cc', |
+ '../../src/x87/frames-x87.cc', |
+ '../../src/x87/frames-x87.h', |
+ '../../src/x87/full-codegen-x87.cc', |
+ '../../src/x87/ic-x87.cc', |
+ '../../src/x87/lithium-codegen-x87.cc', |
+ '../../src/x87/lithium-codegen-x87.h', |
+ '../../src/x87/lithium-gap-resolver-x87.cc', |
+ '../../src/x87/lithium-gap-resolver-x87.h', |
+ '../../src/x87/lithium-x87.cc', |
+ '../../src/x87/lithium-x87.h', |
+ '../../src/x87/macro-assembler-x87.cc', |
+ '../../src/x87/macro-assembler-x87.h', |
+ '../../src/x87/regexp-macro-assembler-x87.cc', |
+ '../../src/x87/regexp-macro-assembler-x87.h', |
+ '../../src/x87/stub-cache-x87.cc', |
+ ], |
+ }], |
['v8_target_arch=="mips" or v8_target_arch=="mipsel"', { |
'sources': [ ### gcmole(arch:mipsel) ### |
'../../src/mips/assembler-mips.cc', |