diff options
author | Maciej W. Rozycki <macro@orcam.me.uk> | 2023-08-29 16:13:15 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@orcam.me.uk> | 2023-08-30 18:45:14 +0100 |
commit | 6537f54611bb9b184ae7336e762f8b882a88e421 (patch) | |
tree | 114fa12c610b243e7077aaed40a4b26ea314413e /gold | |
parent | edc9d95966b9f8dab062200dafb0a5f94b8a6e4b (diff) | |
download | gdb-6537f54611bb9b184ae7336e762f8b882a88e421.zip gdb-6537f54611bb9b184ae7336e762f8b882a88e421.tar.gz gdb-6537f54611bb9b184ae7336e762f8b882a88e421.tar.bz2 |
Revert "Gold/MIPS: Drop mips*le/mips*el* triple pattern"
This reverts commit adb3ae2eba78b4b84d7b94342f6774b250190a98. It was
applied unapproved.
Diffstat (limited to 'gold')
-rw-r--r-- | gold/configure.tgt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/configure.tgt b/gold/configure.tgt index 8f0f21b..996bc90 100644 --- a/gold/configure.tgt +++ b/gold/configure.tgt @@ -153,7 +153,7 @@ aarch64*-*) targ_big_endian=false targ_extra_big_endian=true ;; -mips*el-*-*) +mips*el*-*-*|mips*le*-*-*) targ_obj=mips targ_machine=EM_MIPS targ_size=32 |