Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / native_client / pnacl / driver / driver_log.py
index 0e234b4..887b50b 100755 (executable)
@@ -9,7 +9,6 @@
 # updates the copy in the toolchain/ tree.
 #
 
-import os
 import sys
 import pathtools
 
@@ -55,7 +54,9 @@ def FixArch(arch):
               'mipsel': 'MIPS32',
 
               'x86-32-linux': 'X8632_LINUX',
+              'x86-32-mac': 'X8632_MAC',
               'x86-32-nonsfi': 'X8632_NONSFI',
+              'arm-nonsfi': 'ARM_NONSFI',
               }
   if arch not in archfix:
     Log.Fatal('Unrecognized arch "%s"!', arch)