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

Side by Side Diff: tools/gyp/v8.gyp

Issue 1334793004: MIPS64: Add big-endian support for mips64. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase ToT. Created 5 years, 2 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 unified diff | Download patch
« no previous file with comments | « test/test262/test262.status ('k') | tools/run-tests.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1237 matching lines...) Expand 10 before | Expand all | Expand 10 after
1248 '../../src/debug/mips/debug-mips.cc', 1248 '../../src/debug/mips/debug-mips.cc',
1249 '../../src/ic/mips/access-compiler-mips.cc', 1249 '../../src/ic/mips/access-compiler-mips.cc',
1250 '../../src/ic/mips/handler-compiler-mips.cc', 1250 '../../src/ic/mips/handler-compiler-mips.cc',
1251 '../../src/ic/mips/ic-mips.cc', 1251 '../../src/ic/mips/ic-mips.cc',
1252 '../../src/ic/mips/ic-compiler-mips.cc', 1252 '../../src/ic/mips/ic-compiler-mips.cc',
1253 '../../src/ic/mips/stub-cache-mips.cc', 1253 '../../src/ic/mips/stub-cache-mips.cc',
1254 '../../src/regexp/mips/regexp-macro-assembler-mips.cc', 1254 '../../src/regexp/mips/regexp-macro-assembler-mips.cc',
1255 '../../src/regexp/mips/regexp-macro-assembler-mips.h', 1255 '../../src/regexp/mips/regexp-macro-assembler-mips.h',
1256 ], 1256 ],
1257 }], 1257 }],
1258 ['v8_target_arch=="mips64el"', { 1258 ['v8_target_arch=="mips64" or v8_target_arch=="mips64el"', {
1259 'sources': [ ### gcmole(arch:mips64el) ### 1259 'sources': [ ### gcmole(arch:mips64el) ###
1260 '../../src/mips64/assembler-mips64.cc', 1260 '../../src/mips64/assembler-mips64.cc',
1261 '../../src/mips64/assembler-mips64.h', 1261 '../../src/mips64/assembler-mips64.h',
1262 '../../src/mips64/assembler-mips64-inl.h', 1262 '../../src/mips64/assembler-mips64-inl.h',
1263 '../../src/mips64/builtins-mips64.cc', 1263 '../../src/mips64/builtins-mips64.cc',
1264 '../../src/mips64/codegen-mips64.cc', 1264 '../../src/mips64/codegen-mips64.cc',
1265 '../../src/mips64/codegen-mips64.h', 1265 '../../src/mips64/codegen-mips64.h',
1266 '../../src/mips64/code-stubs-mips64.cc', 1266 '../../src/mips64/code-stubs-mips64.cc',
1267 '../../src/mips64/code-stubs-mips64.h', 1267 '../../src/mips64/code-stubs-mips64.h',
1268 '../../src/mips64/constants-mips64.cc', 1268 '../../src/mips64/constants-mips64.cc',
(...skipping 817 matching lines...) Expand 10 before | Expand all | Expand 10 after
2086 }], 2086 }],
2087 ['want_separate_host_toolset==1', { 2087 ['want_separate_host_toolset==1', {
2088 'toolsets': ['host'], 2088 'toolsets': ['host'],
2089 }, { 2089 }, {
2090 'toolsets': ['target'], 2090 'toolsets': ['target'],
2091 }], 2091 }],
2092 ], 2092 ],
2093 }, 2093 },
2094 ], 2094 ],
2095 } 2095 }
OLDNEW
« no previous file with comments | « test/test262/test262.status ('k') | tools/run-tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698