Revision: 2565
Author: [email protected]
Date: Tue Jul 28 13:32:57 2009
Log: Add x64 to the gyp build.

Review URL: http://codereview.chromium.org/159502

http://code.google.com/p/v8/source/detail?r=2565

Modified:
  /branches/bleeding_edge/tools/gyp/v8.gyp

=======================================
--- /branches/bleeding_edge/tools/gyp/v8.gyp    Thu Jul 16 22:37:09 2009
+++ /branches/bleeding_edge/tools/gyp/v8.gyp    Tue Jul 28 13:32:57 2009
@@ -51,6 +51,11 @@
            'V8_TARGET_ARCH_IA32',
            'V8_NATIVE_REGEXP',
          ],
+      }],
+      ['target_arch=="x64"', {
+        'defines': [
+          'V8_TARGET_ARCH_X64',
+        ],
        }],
      ],
      'configurations': {
@@ -427,6 +432,34 @@
              '../../src/ia32/virtual-frame-ia32.cc',
              '../../src/ia32/virtual-frame-ia32.h',
            ],
+        }],
+        ['target_arch=="x64"', {
+          'include_dirs+': [
+            '../../src/x64',
+          ],
+          'sources': [
+            '../../src/x64/assembler-x64-inl.h',
+            '../../src/x64/assembler-x64.cc',
+            '../../src/x64/assembler-x64.h',
+            '../../src/x64/builtins-x64.cc',
+            '../../src/x64/codegen-x64.cc',
+            '../../src/x64/codegen-x64.h',
+            '../../src/x64/cpu-x64.cc',
+            '../../src/x64/debug-x64.cc',
+            '../../src/x64/disasm-x64.cc',
+            '../../src/x64/frames-x64.cc',
+            '../../src/x64/frames-x64.h',
+            '../../src/x64/ic-x64.cc',
+            '../../src/x64/jump-target-x64.cc',
+            '../../src/x64/macro-assembler-x64.cc',
+            '../../src/x64/macro-assembler-x64.h',
+            #'../../src/x64/regexp-macro-assembler-x64.cc',
+            #'../../src/x64/regexp-macro-assembler-x64.h',
+            '../../src/x64/register-allocator-x64.cc',
+            '../../src/x64/stub-cache-x64.cc',
+            '../../src/x64/virtual-frame-x64.cc',
+            '../../src/x64/virtual-frame-x64.h',
+          ],
          }],
          ['OS=="linux"', {
              'link_settings': {

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to