On Apr 19, 1999, Lorenzo Ivaldi <[EMAIL PROTECTED]> wrote:

> under the cygnus cygwin-b20 environment runnig under nt4.0 runnig on a

> Configure: error: Configuration i386-cygwin not supported. The
> configuration is actually not supported or I haven't made the proper
> settings?

It's a bug in the distribution.  Hopefully, the attached patch,
already installed in the CVS tree, should take care of it.

-- 
Alexandre Oliva http://www.dcc.unicamp.br/~oliva IC-Unicamp, Brasil
{oliva,Alexandre.Oliva}@dcc.unicamp.br  aoliva@{acm.org,computer.org}
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
*** E-mail about software projects will be forwarded to mailing lists
Index: config/config.alias
===================================================================
RCS file: /home/cvspublic/kaffe/config/config.alias,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- config/config.alias	1999/03/06 02:00:30	1.8
+++ config/config.alias	1999/04/14 09:39:11	1.9
@@ -19,6 +19,7 @@
 aux*)		host_os=a-ux ;;
 bsdi3*)		host_os=bsdi3 ;;
 bsdi*)		host_os=bsdi ;;
+cygwin*)	host_os=cygwin32 ;;
 freebsd*)	host_os=freebsd2 ;;
 hpux*)		host_os=hpux ;;
 irix*)		host_os=irix5 ;;

Reply via email to