Andreas Beck wrote:
>
> > configure --host=i386-mingw32 --build=i386-mingw32 --target=i386-mingw32
> > ...
> > With the above command I get the following...
> >
> > checking host system type... i386-pc-mingw32
> > checking build system type... i386-pc-mingw32
> >
> > Why isn't ${target} converted to i386-pc-mingw32??
>
> I assume because you explicitly give it on the commandline which probably
> takes precedence over any autoprobed value.
>
That is what I initially thought. However, host and build got converted
from i386-mingw32 to i386-pc-mingw32
and I gave them on the command line, also.
Seems inconsistent to me.
John