aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@cygnus>1997-12-15 19:59:12 +0000
committerBrendan Kehoe <brendan@cygnus>1997-12-15 19:59:12 +0000
commit6870e2f5e6ba457153ebd066cd970dc624bbaf3a (patch)
treebc6f84d16219096a3ed089c88e4c412aa3dcfd74 /opcodes
parent3607f666e6ba624daccdb69a9d40768a974801ed (diff)
downloadgdb-6870e2f5e6ba457153ebd066cd970dc624bbaf3a.zip
gdb-6870e2f5e6ba457153ebd066cd970dc624bbaf3a.tar.gz
gdb-6870e2f5e6ba457153ebd066cd970dc624bbaf3a.tar.bz2
* configure: Only build libopcodes shared if --enable-shared's value
was `yes', or was set to `*opcodes*'. * aclocal.m4: Likewise. so `--enable-shared=libstdc++' doesn't result in building a shared libopcodes only an interim fix, this is the incorrect formal approach since alocal.m4 itself is generated via what's in devo/libtool/libtool.m4; we need to find a way to have that somehow hold the real fix.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 7e73176..b6e22dc 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,9 @@
+1997-12-15 Brendan Kehoe <brendan@lisa.cygnus.com>
+
+ * configure: Only build libopcodes shared if --enable-shared's value
+ was `yes', or was set to `*opcodes*'.
+ * aclocal.m4: Likewise.
+
start-sanitize-r5900
Mon Dec 15 12:43:36 1997 Jeffrey A Law (law@cygnus.com)