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

YunQiang Su yunqiang.su@cipunited.com
Sun Aug 20 14:58:37 GMT 2023


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(-)

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
-- 
2.30.2



More information about the Binutils mailing list