From d6cdc0af2b880bb48dd16055f4cb3509c7a2da70 Mon Sep 17 00:00:00 2001 From: YunQiang Su Date: Sun, 27 Aug 2023 23:27:00 -0400 Subject: [PATCH] Gold/MIPS: Add targ_extra_size=64 for mips32 triples So we can enable 64bit ELF support for MIPS32 toolchain. --- gold/configure.tgt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gold/configure.tgt b/gold/configure.tgt index 8f0f21bdc03..4b16634ff4e 100644 --- a/gold/configure.tgt +++ b/gold/configure.tgt @@ -157,6 +157,7 @@ mips*el-*-*) targ_obj=mips targ_machine=EM_MIPS targ_size=32 + targ_extra_size=64 targ_big_endian=false targ_extra_big_endian=true ;; @@ -164,6 +165,7 @@ mips*-*-*) targ_obj=mips targ_machine=EM_MIPS targ_size=32 + targ_extra_size=64 targ_big_endian=true targ_extra_little_endian=true ;; -- 2.30.2