This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdb (gdbserver.exe) build problem under msys


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]