This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch to update libtool in GCC and binutils trees


On Mar 29, 2007, Steve Ellcey <sje@cup.hp.com> wrote:

> Does anyone have a better way
> to handle this test in the libstdc++-v3 configure file?

There should be a shell variable holding the right value, with
ltconfig fully integrated into the main configure script.

> Can I just check the enable_shared variable instead?

Most likely.  I don't have your patch handy any more, but if you could
check that enable_shared is what makes to the libtool script, that
later outputs "enable shared", then yes.  There might be per-language
settings.

-- 
Alexandre Oliva         http://www.lsd.ic.unicamp.br/~oliva/
FSF Latin America Board Member         http://www.fsfla.org/
Red Hat Compiler Engineer   aoliva@{redhat.com, gcc.gnu.org}
Free Software Evangelist  oliva@{lsd.ic.unicamp.br, gnu.org}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]