On 11/23/2010 7:28 PM, Peter Rosin wrote: > Over in linux-land, the mingw compiler is usually named i586-..., is that > an option?
On Fedora and Mandriva, yes. It seems SuSe uses i686-pc-mingw32. I think the target should match (as closely as is sane) the way mingw.org's native compiler is configured. They use 'mingw32' as the target alias. So that's no help. :-( However, cygwin's gcc-3 -mno-cygwin has *long* assumed that the mingw flavor target alias is 'i686-pc-mingw32', so I don't really see a good reason to change that, just because we're switching to a "real" cross compiler. -- Chuck