aboutsummaryrefslogtreecommitdiff
path: root/bfd/configure
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-10-13 14:17:14 +0000
committerH.J. Lu <hjl.tools@gmail.com>2012-10-13 14:17:14 +0000
commit3cf9e6c4081cb72b5630f4f47861d285c9e1438a (patch)
treed52c9d902fd1a565a54cf005b5dc2976da3ed5eb /bfd/configure
parent5d973135d48c2452335417764ffc9c4f1160f65d (diff)
downloadgdb-3cf9e6c4081cb72b5630f4f47861d285c9e1438a.zip
gdb-3cf9e6c4081cb72b5630f4f47861d285c9e1438a.tar.gz
gdb-3cf9e6c4081cb72b5630f4f47861d285c9e1438a.tar.bz2
Replace -ldl with @lt_cv_dlopen_libs@
* Makefile.am (LIBDL): Replace -ldl with @lt_cv_dlopen_libs@. * configure.in (lt_cv_dlopen_libs): AC_SUBST. * Makefile.in: Regenerated. * configure: Likewise.
Diffstat (limited to 'bfd/configure')
-rwxr-xr-xbfd/configure6
1 files changed, 4 insertions, 2 deletions
diff --git a/bfd/configure b/bfd/configure
index d81719d..fdf5356 100755
--- a/bfd/configure
+++ b/bfd/configure
@@ -606,6 +606,7 @@ havevecs
tdefaults
bfd_ufile_ptr
bfd_file_ptr
+lt_cv_dlopen_libs
supports_plugins
bfd_default_target_size
bfd_machines
@@ -11414,7 +11415,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11417 "configure"
+#line 11418 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -11520,7 +11521,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11523 "configure"
+#line 11524 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -15633,6 +15634,7 @@ else
fi
+
# Determine the host dependant file_ptr a.k.a. off_t type. In order
# prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
# fseeko, long. This assumes that sizeof off_t is .ge. sizeof long.