| commit | ddf8117d3cc1a67a3ec373bc554a61d53dc6125d | [log] [tgz] |
|---|---|---|
| author | Maciej W. Rozycki <macro@orcam.me.uk> | Tue Aug 29 16:13:22 2023 +0100 |
| committer | Maciej W. Rozycki <macro@orcam.me.uk> | Wed Aug 30 18:45:14 2023 +0100 |
| tree | b532fba5118744b36a491869e7867747bdc73cea | |
| parent | 6537f54611bb9b184ae7336e762f8b882a88e421 [diff] |
Revert "Gold/MIPS: Use EM_MIPS instead of EM_MIPS_RS3_LE for little endian" This reverts commit 39834263784567c306fbccb8230ddd1badca53fe. It was applied unapproved.
diff --git a/gold/configure.tgt b/gold/configure.tgt index 996bc90..b472b8f 100644 --- a/gold/configure.tgt +++ b/gold/configure.tgt
@@ -155,7 +155,7 @@ ;; mips*el*-*-*|mips*le*-*-*) targ_obj=mips - targ_machine=EM_MIPS + targ_machine=EM_MIPS_RS3_LE targ_size=32 targ_big_endian=false targ_extra_big_endian=true