Remove mips/mipsel translation to mips32, which is the same as "generic"

This commit is contained in:
Colin Finck
2021-02-24 12:13:18 +01:00
parent 83ad3d415f
commit 81f9357b58

View File

@@ -296,8 +296,6 @@ def llvm_cpu(d):
trans = {}
trans['i586'] = "i586"
trans['i686'] = "i686"
trans['mips'] = "mips32"
trans['mipsel'] = "mips32"
trans['mips64'] = "mips64"
trans['mips64el'] = "mips64"
trans['powerpc'] = "ppc"