From: Brendan Kehoe Date: Mon, 15 Dec 1997 19:59:12 +0000 (+0000) Subject: * configure: Only build libopcodes shared if --enable-shared's value X-Git-Tag: gdb-4_18~4032 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6870e2f5e6ba457153ebd066cd970dc624bbaf3a;p=external%2Fbinutils.git * 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. --- 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 + + * 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)