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

Unified Diff: build/toolchain.gypi

Issue 207823003: Rename A64 port to ARM64 port (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: retry Created 6 years, 9 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 | « build/standalone.gypi ('k') | src/a64/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/toolchain.gypi
diff --git a/build/toolchain.gypi b/build/toolchain.gypi
index 539a4db4d4b4e477e1e6ae3b6ec38be0f549a12d..5783529abcf36a4eb34bc30d73e998547432e1d0 100644
--- a/build/toolchain.gypi
+++ b/build/toolchain.gypi
@@ -268,9 +268,9 @@
}], # _toolset=="target"
],
}], # v8_target_arch=="arm"
- ['v8_target_arch=="a64" or v8_target_arch=="arm64"', {
+ ['v8_target_arch=="arm64"', {
'defines': [
- 'V8_TARGET_ARCH_A64',
+ 'V8_TARGET_ARCH_ARM64',
],
}],
['v8_target_arch=="ia32"', {
@@ -413,8 +413,7 @@
],
}],
['(OS=="linux" or OS=="android") and \
- (v8_target_arch=="x64" or v8_target_arch=="a64" or \
- v8_target_arch=="arm64")', {
+ (v8_target_arch=="x64" or v8_target_arch=="arm64")', {
# Check whether the host compiler and target compiler support the
# '-m64' option and set it if so.
'target_conditions': [
« no previous file with comments | « build/standalone.gypi ('k') | src/a64/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698