From 3cf9e6c4081cb72b5630f4f47861d285c9e1438a Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sat, 13 Oct 2012 14:17:14 +0000 Subject: 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. --- bfd/ChangeLog | 7 +++++++ bfd/Makefile.am | 2 +- bfd/Makefile.in | 3 ++- bfd/configure | 6 ++++-- bfd/configure.in | 1 + 5 files changed, 15 insertions(+), 4 deletions(-) (limited to 'bfd') diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6cfec50..170dc98 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2012-10-13 H.J. Lu + + * Makefile.am (LIBDL): Replace -ldl with @lt_cv_dlopen_libs@. + * configure.in (lt_cv_dlopen_libs): AC_SUBST. + * Makefile.in: Regenerated. + * configure: Likewise. + 2012-10-08 Alan Modra PR binutils/14662 diff --git a/bfd/Makefile.am b/bfd/Makefile.am index 49f9662..2ac03e9 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -35,7 +35,7 @@ AM_CFLAGS = $(WARN_CFLAGS) AM_CPPFLAGS = -DBINDIR='"$(bindir)"' if PLUGINS bfdinclude_HEADERS += $(INCDIR)/plugin-api.h -LIBDL = -ldl +LIBDL = @lt_cv_dlopen_libs@ endif # bfd.h goes here, for now diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 5718fab..7b0f863 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -293,6 +293,7 @@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ +lt_cv_dlopen_libs = @lt_cv_dlopen_libs@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ @@ -336,7 +337,7 @@ libbfd_la_LDFLAGS = $(am__append_1) -release `cat libtool-soversion` \ @INSTALL_LIBBFD_FALSE@noinst_LTLIBRARIES = libbfd.la AM_CFLAGS = $(WARN_CFLAGS) AM_CPPFLAGS = -DBINDIR='"$(bindir)"' -@PLUGINS_TRUE@LIBDL = -ldl +@PLUGINS_TRUE@LIBDL = @lt_cv_dlopen_libs@ # bfd.h goes here, for now BFD_H = bfd.h 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. diff --git a/bfd/configure.in b/bfd/configure.in index 612d032..530bbcb 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -1100,6 +1100,7 @@ else supports_plugins=0 fi AC_SUBST(supports_plugins) +AC_SUBST(lt_cv_dlopen_libs) # 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 -- cgit v1.1