diff options
author | Brendan Kehoe <brendan@cygnus> | 1997-12-16 16:16:41 +0000 |
---|---|---|
committer | Brendan Kehoe <brendan@cygnus> | 1997-12-16 16:16:41 +0000 |
commit | f07263913a501f9652f8b9b0655425faf32a372a (patch) | |
tree | 645e12bf3c853e52ae4b65ced411ee29f412a801 /bfd | |
parent | 085e370b464a9674f5515f1b6812fa1939d5f6fc (diff) | |
download | gdb-f07263913a501f9652f8b9b0655425faf32a372a.zip gdb-f07263913a501f9652f8b9b0655425faf32a372a.tar.gz gdb-f07263913a501f9652f8b9b0655425faf32a372a.tar.bz2 |
note that the fix for --enable-shared is not the real way it needs to
be done; libtool.m4 needs a change of some sort instead
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index db81f26..3c704c5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -58,6 +58,9 @@ Fri Dec 12 11:30:28 1997 Brendan Kehoe <brendan@canuck.cygnus.com> * configure: Only build libbfd shared if --enable-shared's value was `yes', or was set to `*bfd*'. * aclocal.m4: Likewise. + * NOTE: this really needs to be fixed in libtool/libtool.m4, the + original source of this bit of code. It's not clear what the best fix + would be, though. Thu Dec 11 17:48:11 1997 Richard Henderson <rth@cygnus.com> |