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: Correct way to disable-shared, but enable-shared for modules


Richard Shih-Ping Chan wrote:

>Folks, what is the way to disable-shared globally but enable on some
>modules. (I don't want the shared libgcc but want shared libstdc++ and
>libjava).
>
I don't think there is a way to do this. If you want to make a binary 
with a static libgcc, you can use the "-static-libgcc" option at compile 
time.

regards

Bryce.



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