public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Silence libtool during link
@ 2022-11-07 19:54 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2022-11-07 19:54 UTC (permalink / raw)
  To: gdb-cvs

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

commit 027fb74964e6e86d666bc7b15e072206f684ddf2
Author: Tom Tromey <tromey@adacore.com>
Date:   Mon Nov 7 10:43:25 2022 -0700

    Silence libtool during link
    
    The switch to linking with libtool now shows a very long link line
    even when V=0.  This patch arranges to silence libtool in this
    situation.
    
    Approved-By: Simon Marchi <simon.marchi@efficios.com>

Diff:
---
 gdb/Makefile.in     | 2 +-
 gdb/silent-rules.mk | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 522fc20bccd..0f5df2ccb7b 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -148,7 +148,7 @@ LIBTOOL = @LIBTOOL@
 # Set this up with gcc if you have gnu ld and the loader will print out
 # line numbers for undefined references.
 #CC_LD = g++ -static
-CC_LD = $(LIBTOOL) --mode=link $(CXX) $(CXX_DIALECT)
+CC_LD = $(LIBTOOL) $(SILENT_FLAG) --mode=link $(CXX) $(CXX_DIALECT)
 
 # Where is our "include" directory?  Typically $(srcdir)/../include.
 # This is essentially the header file directory for the library
diff --git a/gdb/silent-rules.mk b/gdb/silent-rules.mk
index c2c43481296..36791f6683f 100644
--- a/gdb/silent-rules.mk
+++ b/gdb/silent-rules.mk
@@ -18,4 +18,6 @@ ECHO_LEX  =   @echo "  LEX    $@";
 ECHO_AR =     @echo "  AR     $@";
 ECHO_RANLIB = @echo "  RANLIB $@";
 SILENCE = @
+# Silence libtool.
+SILENT_FLAG = --silent
 endif

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

only message in thread, other threads:[~2022-11-07 19:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-07 19:54 [binutils-gdb] Silence libtool during link Tom Tromey

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