Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / native_client_sdk / src / tools / lib / elf.py
index 2011a2b..84519de 100644 (file)
@@ -43,6 +43,7 @@ def ParseElfHeader(path):
 
   e_machine_mapping = {
     3 : 'x86-32',
+    8 : 'mips32',
     40 : 'arm',
     62 : 'x86-64'
   }