From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7863) id 261363858D28; Mon, 28 Aug 2023 03:44:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 261363858D28 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: YunQiang Su To: bfd-cvs@sourceware.org Subject: [binutils-gdb] Gold/MIPS: Drop mips*le/mips*el* triple pattern X-Act-Checkin: binutils-gdb X-Git-Author: YunQiang Su X-Git-Refname: refs/heads/master X-Git-Oldrev: 39834263784567c306fbccb8230ddd1badca53fe X-Git-Newrev: adb3ae2eba78b4b84d7b94342f6774b250190a98 Message-Id: <20230828034425.261363858D28@sourceware.org> Date: Mon, 28 Aug 2023 03:44:25 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Aug 2023 03:44:25 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Dadb3ae2eba78= b4b84d7b94342f6774b250190a98 commit adb3ae2eba78b4b84d7b94342f6774b250190a98 Author: YunQiang Su Date: Sun Aug 20 22:58:37 2023 +0800 Gold/MIPS: Drop mips*le/mips*el* triple pattern =20 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=3Dfalse targ_extra_big_endian=3Dtrue ;; -mips*el*-*-*|mips*le*-*-*) +mips*el-*-*) targ_obj=3Dmips targ_machine=3DEM_MIPS targ_size=3D32