This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: C++: patch to fix building libio and libstdc++ for gnuwin32-hosted tools
- To: brendan at cygnus dot com (Brendan Kehoe)
- Subject: Re: C++: patch to fix building libio and libstdc++ for gnuwin32-hosted tools
- From: Mumit Khan <khan at xraylith dot wisc dot EDU>
- Date: Sat, 27 Feb 1999 17:19:05 -0600
- cc: egcs-bugs at cygnus dot com
Brendan Kehoe <brendan@cygnus.com> writes:
> The fixes below make it possible to do a gnuwin32-hosted build, where gcc is
> being built at the same time as the libraries. It does the additional check
> for `cc1plus.exe'; without this, such builds quietly fail by skipping the
> configuration of either library, since they can't see that the compiler was i
> n
> fact built.
Also needed for the other runtimes. Please see my last patch:
http://egcs.cygnus.com/ml/egcs-patches/1999-02/msg00314.html
as well as the original one:
http://egcs.cygnus.com/ml/egcs-patches/1999-02/msg00155.html
Your is simpler in that it always checks for .exe extension.
Regards,
Mumit