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

Unified Diff: pnacl/driver/driver_log.py

Issue 1541863002: PNaCl. Enables x32 libraries for non-sfi runtime. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Addresses comments. Created 5 years 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 | « no previous file | pnacl/driver/pnacl-translate.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pnacl/driver/driver_log.py
diff --git a/pnacl/driver/driver_log.py b/pnacl/driver/driver_log.py
index abf06f919094ea53eb615a287a493dca998d813e..05c297138205bb340e97bdd06a50671fb4b6a143 100755
--- a/pnacl/driver/driver_log.py
+++ b/pnacl/driver/driver_log.py
@@ -50,6 +50,7 @@ def FixArch(arch):
'mipsel': 'MIPS32',
'x86-32-linux': 'X8632_LINUX',
+ 'x86-64-linux': 'X8664_LINUX',
'x86-32-mac': 'X8632_MAC',
'x86-32-nonsfi': 'X8632_NONSFI',
'arm-nonsfi': 'ARM_NONSFI',
« no previous file with comments | « no previous file | pnacl/driver/pnacl-translate.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698