public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] Gold/MIPS: Drop mips*le/mips*el* triple pattern
@ 2023-08-28  3:44 YunQiang Su
  0 siblings, 0 replies; only message in thread
From: YunQiang Su @ 2023-08-28  3:44 UTC (permalink / raw)
  To: bfd-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=adb3ae2eba78b4b84d7b94342f6774b250190a98

commit adb3ae2eba78b4b84d7b94342f6774b250190a98
Author: YunQiang Su <yunqiang.su@cipunited.com>
Date:   Sun Aug 20 22:58:37 2023 +0800

    Gold/MIPS: Drop mips*le/mips*el* triple pattern
    
    Only mips*el triples are supported by binutils.  The mips*le
    or mips*el* may cause some problem with other components of
    binutils, since they will consider them as big endian.

Diff:
---
 gold/configure.tgt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gold/configure.tgt b/gold/configure.tgt
index 996bc901d1d..8f0f21bdc03 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-08-28  3:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-28  3:44 [binutils-gdb] Gold/MIPS: Drop mips*le/mips*el* triple pattern YunQiang Su

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).