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, 2/4] Enable libstdc++ as a DLL on windows platforms.


Dave Korn wrote:
>   This is patch #2 in the series.  It adds autoconf tests for libstdc++
> support wrapper functions present in the Cygwin DLL, and adds an option (only
> present for Cygwin and defaulted according to the autoconf test) to make the
> compiler invoke the wrappers when linking.

If you get agreement for the MinGW guys, this could as well test
"cygmin* | pe | mingw*" here and fuse the two case statements (and move
everything from cygwin.h to cygming.h or whatever it is called).  This
would be preferrable, no?

Paolo


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