From adb3ae2eba78b4b84d7b94342f6774b250190a98 Mon Sep 17 00:00:00 2001 From: YunQiang Su Date: Sun, 20 Aug 2023 22:58:37 +0800 Subject: 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. --- gold/configure.tgt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gold') diff --git a/gold/configure.tgt b/gold/configure.tgt index 996bc90..8f0f21b 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 -- cgit v1.1