gdb (gdbserver.exe) build problem under msys
Pedro Alves
pedro@codesourcery.com
Wed Oct 26 19:10:00 GMT 2011
On Wednesday 26 October 2011 16:55:56, Joel Brobecker wrote:
> > --host=mingw32 \
> > --build=mingw32 \
> > --target=mingw32 \
>
> I've never configure with just `mingw32'. It's always been a triplet
> (such as 'i686-pc-mingw32'). Is that supposed to work?
I think so. config.sub will expand it to canonical form:
$ src/config.sub mingw32
i386-pc-mingw32
But it's likely that something is going on with that.
--
Pedro Alves
More information about the Gdb
mailing list