public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] gdb/configure: regenerate
@ 2022-11-15 19:33 Jose E. Marchesi
  0 siblings, 0 replies; only message in thread
From: Jose E. Marchesi @ 2022-11-15 19:33 UTC (permalink / raw)
  To: gdb-cvs

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

commit 02dbc2b9e76ad0cd452563c3ee7a8b1571eed89b
Author: Jose E. Marchesi <jose.marchesi@oracle.com>
Date:   Tue Nov 15 20:26:30 2022 +0100

    gdb/configure: regenerate
    
    The commit bbaabc767a4293492817a0840819aef2768cce90 introduced an
    incorrect thunk for the `configure' script.  This patch regenerates
    configure by calling autoreconf.

Diff:
---
 gdb/configure | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gdb/configure b/gdb/configure
index 712d22e75b3..23e6b7160ec 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -28548,7 +28548,8 @@ WIN32LIBS="$WIN32LIBS $WIN32APILIBS"
   # always want our bfd.
   CFLAGS="-I${srcdir}/../include -I../bfd -I${srcdir}/../bfd $CFLAGS"
   LDFLAGS="-L../bfd -L../libiberty"
-  LIBS="-lbfd -liberty $LIBS"
+  intl=`echo $LIBINTL | sed 's,${top_builddir}/,,g'`
+  LIBS="-lbfd -liberty $intl $LIBS"
   CC="./libtool --quiet --mode=link $CC"
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ELF support in BFD" >&5
 $as_echo_n "checking for ELF support in BFD... " >&6; }
@@ -28664,7 +28665,8 @@ fi
   # always want our bfd.
   CFLAGS="-I${srcdir}/../include -I../bfd -I${srcdir}/../bfd $CFLAGS"
   LDFLAGS="-L../bfd -L../libiberty"
-  LIBS="-lbfd -liberty $LIBS"
+  intl=`echo $LIBINTL | sed 's,${top_builddir}/,,g'`
+  LIBS="-lbfd -liberty $intl $LIBS"
   CC="./libtool --quiet --mode=link $CC"
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Mach-O support in BFD" >&5
 $as_echo_n "checking for Mach-O support in BFD... " >&6; }

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-15 19:33 [binutils-gdb] gdb/configure: regenerate Jose E. Marchesi

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