This is the mail archive of the gcc@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: How does the configure process decide to create shared libraries?


Jim Wilson wrote:

David Daney wrote:

Here is my question: Which part of the configure process controls setting build_libtool_libs to yes or no?


A quick grep shows that ltconfig seems to be the file you want to look at. Search for PORTME for the target dependent part. This file is part of libtool, and patches need to go into libtool before they can be merged into gcc.

Many thanks,


Hacking up ltconfig to add my host makes it work!

David Daney.


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