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) |