diff options
author | Alan Modra <amodra@gmail.com> | 2014-08-19 21:59:56 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2014-08-19 21:59:56 +0930 |
commit | 2974be626b5e40033b9a259a072b2fe123469126 (patch) | |
tree | 19b66509831df8a875ed0ccbc466faead3a70fb3 /sim/iq2000/ChangeLog | |
parent | 180eb0634cd876d759f3cbd5bdce24d363f9f2f1 (diff) | |
download | gdb-2974be626b5e40033b9a259a072b2fe123469126.zip gdb-2974be626b5e40033b9a259a072b2fe123469126.tar.gz gdb-2974be626b5e40033b9a259a072b2fe123469126.tar.bz2 |
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.
Diffstat (limited to 'sim/iq2000/ChangeLog')
-rw-r--r-- | sim/iq2000/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/iq2000/ChangeLog b/sim/iq2000/ChangeLog index c1863fc..bd076ca 100644 --- a/sim/iq2000/ChangeLog +++ b/sim/iq2000/ChangeLog @@ -1,3 +1,7 @@ +2014-08-19 Alan Modra <amodra@gmail.com> + + * configure: Regenerate. + 2014-08-15 Roland McGrath <mcgrathr@google.com> * configure: Regenerate. |