This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Fwd: PATCH: libstd++-v3 configure script and target mingw32]
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Ranjit Mathew <rmathew at hotmail dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Mon, 30 Sep 2002 09:43:44 -0500
- Subject: Re: [Fwd: PATCH: libstd++-v3 configure script and target mingw32]
- Organization: Red Hat / Chicago
- References: <an99bs$in1$1@main.gmane.org>
> This small patch attempts to fix the misbehaviour
> of the libstd++-v3 configure script while building
> a cross compiler for target "mingw32" (the "official"
> target for MinGW, aliased to i386-pc-mingw32).
target_alias isn't *-mingw32*? Seems odd: none of the other targets in
configure.in have this. Should they be changed too?
-benjamin