mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-12 14:37:43 +00:00
* configure.ac: Put old value of $LIBS after -lbfd -liberty $intl
in BFD ELF check. * configure: Regenerate.
This commit is contained in:
parent
6cee0a6ffc
commit
0f72fb1c9b
@ -1,3 +1,9 @@
|
||||
2008-07-18 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* configure.ac: Put old value of $LIBS after -lbfd -liberty $intl
|
||||
in BFD ELF check.
|
||||
* configure: Regenerate.
|
||||
|
||||
2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
|
||||
|
||||
* auxv.c (fprint_target_auxv): Stop at AT_NULL.
|
||||
|
2
gdb/configure
vendored
2
gdb/configure
vendored
@ -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
|
||||
|
@ -1458,7 +1458,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"
|
||||
AC_CACHE_CHECK([for ELF support in BFD], gdb_cv_var_elf,
|
||||
[AC_TRY_LINK(
|
||||
[#include <stdlib.h>
|
||||
|
Loading…
Reference in New Issue
Block a user