From 2974be626b5e40033b9a259a072b2fe123469126 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 19 Aug 2014 21:59:56 +0930 Subject: Fix --diable-shared --enable-plugins build breakage Directories that don't use libtool need to add -ldl (on most *nix hosts) to provide dlopen for libbfd. config/ * plugins.m4 (AC_PLUGINS): If plugins are enabled, add -ldl to LIBS via AC_SEARCH_LIBS. gdb/ * acinclude.m4 (GDB_AC_CHECK_BFD): Don't add -ldl. * config.in: Regenerate. sim/ppc/ * configure.ac: Invoke AC_PLUGINS. * config.in: Regenerate. and regen lots of configure files. --- sim/h8300/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sim/h8300/ChangeLog') diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog index 7f4b862..62ef367 100644 --- a/sim/h8300/ChangeLog +++ b/sim/h8300/ChangeLog @@ -1,3 +1,7 @@ +2014-08-19 Alan Modra + + * configure: Regenerate. + 2014-08-15 Roland McGrath * configure: Regenerate. -- cgit v1.1