From: Andrew Crabtree Message-Id: <199801281658.AA003016697@typhoon.rose.hp.com> Subject: Re: off topic: ix86-pc-msdosdjgpp To: djgpp-workers AT delorie DOT com Date: Wed, 28 Jan 1998 8:58:16 PST Reply-To: andrewc AT rosemail DOT rose DOT hp DOT com Precedence: bulk > > I saw this `ix86-pc-msdosdjgpp' in some recent posts. My only > It is quite possible that ix86-pc-dosdjgpp will also work. I don't think > that the precise case of the specification should matter this much. For binutils right now (and probably gcc too) it does. There is just i[3456]86-*-solaris2*) host_makefile_frag=config/mh-sysv4 ;; i[3456]86-*-aix*) host_makefile_frag=config/mh-aix386 ;; i[3456]86-*-msdosdjgpp*) host_makefile_frag=config/mh-go32 ;; *-cygwin32*) host_makefile_frag=config/mh-cygwin32 ;; *-windows*) host_makefile_frag=config/mh-windows ;; Listed for targets. It would be trivial to add support for other variations. I think just x86-pc-djgpp should work.