diff options
author | Jose E. Marchesi <jose.marchesi@oracle.com> | 2022-11-15 20:26:30 +0100 |
---|---|---|
committer | Jose E. Marchesi <jose.marchesi@oracle.com> | 2022-11-15 20:33:20 +0100 |
commit | 02dbc2b9e76ad0cd452563c3ee7a8b1571eed89b (patch) | |
tree | e960e0ce3997d552d9bf6a45d1d3446e5b63b8b7 /gdb | |
parent | 5218fa9e8937b007d554f1e01c2e4ecdb9b7e271 (diff) | |
download | gdb-02dbc2b9e76ad0cd452563c3ee7a8b1571eed89b.zip gdb-02dbc2b9e76ad0cd452563c3ee7a8b1571eed89b.tar.gz gdb-02dbc2b9e76ad0cd452563c3ee7a8b1571eed89b.tar.bz2 |
gdb/configure: regenerate
The commit bbaabc767a4293492817a0840819aef2768cce90 introduced an
incorrect thunk for the `configure' script. This patch regenerates
configure by calling autoreconf.
Diffstat (limited to 'gdb')
-rwxr-xr-x | gdb/configure | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/configure b/gdb/configure index 712d22e..23e6b71 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; } |