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

Unified Diff: pnacl/driver/driver_log.py

Issue 25499003: PNaCl: Allow translator to produce an unsandboxed, native executable (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Fix -I path Created 7 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 side-by-side diff with in-line comments
Download patch
Index: pnacl/driver/driver_log.py
diff --git a/pnacl/driver/driver_log.py b/pnacl/driver/driver_log.py
index 0798afc8632e7d78e3e0ba03fcd37171ac6ffeb3..75ffa4f5d3e841e5a80cfc377a18557bf528c368 100755
--- a/pnacl/driver/driver_log.py
+++ b/pnacl/driver/driver_log.py
@@ -59,6 +59,8 @@ def FixArch(arch):
'mips32': 'MIPS32',
'mips' : 'MIPS32',
'mipsel': 'MIPS32',
+
+ 'linux-x86-32': 'LINUX_X8632',
}
if arch not in archfix:
Log.Fatal('Unrecognized arch "%s"!', arch)

Powered by Google App Engine
This is Rietveld 408576698