| Index: src/IceTypes.def
|
| diff --git a/src/IceTypes.def b/src/IceTypes.def
|
| index c5f3386df32a00b17044b3180106e679d7032bbc..cfc6bd2c26d5c9a49ec5aaf345208c499d427561 100644
|
| --- a/src/IceTypes.def
|
| +++ b/src/IceTypes.def
|
| @@ -29,7 +29,7 @@
|
| X(Target_X8664, "x86-64", true, EM_X86_64, 0) \
|
| X(Target_ARM32, "arm32", false, EM_ARM, EF_ARM_EABI_VER5) \
|
| X(Target_ARM64, "arm64", true, EM_AARCH64, 0) \
|
| - X(Target_MIPS32,"mips32", false, EM_MIPS, 0) \
|
| + X(Target_MIPS32,"mips32", false, EM_MIPS, EF_MIPS_ABI_O32|EF_MIPS_ARCH_32)\
|
| //#define X(tag, str, is_elf64, e_machine, e_flags)
|
|
|
| #define ICETYPE_TABLE \
|
|
|