* configure.ac: Put old value of $LIBS after -lbfd -liberty $intl

in BFD ELF check.
	* configure: Regenerate.
This commit is contained in:
Joseph Myers
2008-07-18 13:38:14 +00:00
parent 6cee0a6ffc
commit 0f72fb1c9b
3 changed files with 8 additions and 2 deletions

2
gdb/configure vendored
View File

@@ -24094,7 +24094,7 @@ OLD_LIBS=$LIBS
CFLAGS="$CFLAGS -I${srcdir}/../include -I../bfd -I${srcdir}/../bfd"
LDFLAGS="$LDFLAGS -L../bfd -L../libiberty"
intl=`echo $LIBINTL | sed 's,${top_builddir}/,,g'`
LIBS="$LIBS -lbfd -liberty $intl"
LIBS="-lbfd -liberty $intl $LIBS"
echo "$as_me:$LINENO: checking for ELF support in BFD" >&5
echo $ECHO_N "checking for ELF support in BFD... $ECHO_C" >&6
if test "${gdb_cv_var_elf+set}" = set; then