OLD | NEW |
1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 the V8 project authors. All rights reserved. |
2 # Redistribution and use in source and binary forms, with or without | 2 # Redistribution and use in source and binary forms, with or without |
3 # modification, are permitted provided that the following conditions are | 3 # modification, are permitted provided that the following conditions are |
4 # met: | 4 # met: |
5 # | 5 # |
6 # * Redistributions of source code must retain the above copyright | 6 # * Redistributions of source code must retain the above copyright |
7 # notice, this list of conditions and the following disclaimer. | 7 # notice, this list of conditions and the following disclaimer. |
8 # * Redistributions in binary form must reproduce the above | 8 # * Redistributions in binary form must reproduce the above |
9 # copyright notice, this list of conditions and the following | 9 # copyright notice, this list of conditions and the following |
10 # disclaimer in the documentation and/or other materials provided | 10 # disclaimer in the documentation and/or other materials provided |
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
552 ['want_separate_host_toolset==1', { | 552 ['want_separate_host_toolset==1', { |
553 'toolsets': ['host', 'target'], | 553 'toolsets': ['host', 'target'], |
554 }, { | 554 }, { |
555 'toolsets': ['target'], | 555 'toolsets': ['target'], |
556 }], | 556 }], |
557 ['v8_target_arch=="arm"', { | 557 ['v8_target_arch=="arm"', { |
558 'sources': [ ### gcmole(arch:arm) ### | 558 'sources': [ ### gcmole(arch:arm) ### |
559 '../../src/arm/assembler-arm-inl.h', | 559 '../../src/arm/assembler-arm-inl.h', |
560 '../../src/arm/assembler-arm.cc', | 560 '../../src/arm/assembler-arm.cc', |
561 '../../src/arm/assembler-arm.h', | 561 '../../src/arm/assembler-arm.h', |
| 562 '../../src/arm/assembler-thumb.cc', |
562 '../../src/arm/assembler-thumb16.cc', | 563 '../../src/arm/assembler-thumb16.cc', |
563 '../../src/arm/assembler-thumb32.cc', | 564 '../../src/arm/assembler-thumb32.cc', |
564 '../../src/arm/builtins-arm.cc', | 565 '../../src/arm/builtins-arm.cc', |
565 '../../src/arm/code-stubs-arm.cc', | 566 '../../src/arm/code-stubs-arm.cc', |
566 '../../src/arm/code-stubs-arm.h', | 567 '../../src/arm/code-stubs-arm.h', |
567 '../../src/arm/codegen-arm.cc', | 568 '../../src/arm/codegen-arm.cc', |
568 '../../src/arm/codegen-arm.h', | 569 '../../src/arm/codegen-arm.h', |
569 '../../src/arm/constants-arm.h', | 570 '../../src/arm/constants-arm.h', |
570 '../../src/arm/constants-arm.cc', | 571 '../../src/arm/constants-arm.cc', |
571 '../../src/arm/cpu-arm.cc', | 572 '../../src/arm/cpu-arm.cc', |
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1042 }], | 1043 }], |
1043 ['v8_compress_startup_data=="bz2"', { | 1044 ['v8_compress_startup_data=="bz2"', { |
1044 'libraries': [ | 1045 'libraries': [ |
1045 '-lbz2', | 1046 '-lbz2', |
1046 ] | 1047 ] |
1047 }], | 1048 }], |
1048 ], | 1049 ], |
1049 }, | 1050 }, |
1050 ], | 1051 ], |
1051 } | 1052 } |
OLD | NEW |