public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-9149] LoongArch: Don't falsely claim gold supported in toplevel configure
@ 2024-02-23 10:14 Xi Ruoyao
  0 siblings, 0 replies; only message in thread
From: Xi Ruoyao @ 2024-02-23 10:14 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:f09a9dd319ef8b698d4bff90b975f5a0a7495de9

commit r14-9149-gf09a9dd319ef8b698d4bff90b975f5a0a7495de9
Author: Xi Ruoyao <xry111@xry111.site>
Date:   Wed Feb 21 23:54:53 2024 +0800

    LoongArch: Don't falsely claim gold supported in toplevel configure
    
    The gold linker has never been ported to LoongArch (and it seems
    unlikely to be ported in the future as the new architectures are
    focusing on lld and/or mold for fast linkers).
    
    ChangeLog:
    
            * configure.ac (ENABLE_GOLD): Remove loongarch*-*-* from target
            list.
            * configure: Regenerate.

Diff:
---
 configure    | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 874966fb9f09..02b435c1163b 100755
--- a/configure
+++ b/configure
@@ -3092,7 +3092,7 @@ case "${ENABLE_GOLD}" in
       # Check for target supported by gold.
       case "${target}" in
         i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
-        | aarch64*-*-* | tilegx*-*-* | mips*-*-* | s390*-*-* | loongarch*-*-*)
+        | aarch64*-*-* | tilegx*-*-* | mips*-*-* | s390*-*-*)
 	  configdirs="$configdirs gold"
 	  if test x${ENABLE_GOLD} = xdefault; then
 	    default_ld=gold
diff --git a/configure.ac b/configure.ac
index 4f34004a0726..1a19c07a27b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -364,7 +364,7 @@ case "${ENABLE_GOLD}" in
       # Check for target supported by gold.
       case "${target}" in
         i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
-        | aarch64*-*-* | tilegx*-*-* | mips*-*-* | s390*-*-* | loongarch*-*-*)
+        | aarch64*-*-* | tilegx*-*-* | mips*-*-* | s390*-*-*)
 	  configdirs="$configdirs gold"
 	  if test x${ENABLE_GOLD} = xdefault; then
 	    default_ld=gold

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

only message in thread, other threads:[~2024-02-23 10:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-23 10:14 [gcc r14-9149] LoongArch: Don't falsely claim gold supported in toplevel configure Xi Ruoyao

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