From mboxrd@z Thu Jan 1 00:00:00 1970 From: DJ Delorie To: ischis2@home.com Cc: gdb@sourceware.cygnus.com Subject: Re: GDB for PE/Cywin target won't build on linux Date: Fri, 13 Jul 2001 14:41:00 -0000 Message-id: <200107132140.RAA22631@greed.delorie.com> References: <3B4CD85B.C35AE862@home.com> <3B4F4AA0.E5C079C8@home.com> X-SW-Source: 2001-07/msg00149.html If you're targetting Cygwin, the correct target is i686-pc-cygwin. There are other systems that are not Cygwin but are PE (Interix, MinGW, WinCE), but may not be supported by as many modules (such as gdb) as Cygwin itself is. The reason is that, perhaps, Cygwin provides additional APIs that are needed for the gdb (or whatever) port.