Chromium Code Reviews| Index: gold/configure.tgt |
| =================================================================== |
| --- a/gold/configure.tgt |
| +++ b/gold/configure.tgt |
| @@ -120,6 +120,20 @@ |
| targ_big_endian=false |
| # targ_extra_big_endian=true # @LOCALMOD: disable targets not used for pnacl |
| ;; |
| +mips*-*-*) |
| + targ_obj=mips |
| + targ_machine=EM_MIPS |
| + targ_size=32 |
| + targ_big_endian=true |
| + targ_extra_big_endian=false |
| + ;; |
| +mips*el*-*-*|mips*le*-*-*) |
| + targ_obj=mips |
| + targ_machine=EM_MIPS_RS3_LE |
| + targ_size=32 |
| + targ_big_endian=false |
| + targ_extra_big_endian=true |
| + ;; |
| *) |
| targ_obj=UNKNOWN |
| ;; |