[v2,3/4] Gold/MIPS: Drop mips*le triple pattern

Message ID 20230820145838.1215027-3-yunqiang.su@cipunited.com
State Superseded
Headers
Series [v2,1/4] MIPS: Use 64-bit ABIs by default for `mipsisa64*-*-linux*' targets |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_binutils_check--master-aarch64 success Testing passed
linaro-tcwg-bot/tcwg_binutils_check--master-arm success Testing passed
linaro-tcwg-bot/tcwg_binutils_build--master-arm success Testing passed
linaro-tcwg-bot/tcwg_binutils_build--master-aarch64 success Testing passed

Commit Message

YunQiang Su Aug. 20, 2023, 2:58 p.m. UTC
  Only mips*el triples are supported by binutils, and mips*le may
cause some problem with other components of binutils, since
they will consider them as big endian.
---
 gold/configure.tgt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/gold/configure.tgt b/gold/configure.tgt
index 751c8fd06c6..03e33f32baf 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*le*-*-*)
+mips*el-*-*)
  targ_obj=mips
  targ_machine=EM_MIPS
  targ_size=32