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 /opcodes | |
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 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 993ae28..6fdba29 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -16,6 +16,9 @@ end-sanitize-r5900 * configure: Only build libopcodes shared if --enable-shared's value was `yes', or was set to `*opcodes*'. * 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. start-sanitize-r5900 Mon Dec 15 12:43:36 1997 Jeffrey A Law (law@cygnus.com) |