Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
X-Authentication-Warning: hp2.xraylith.wisc.edu: khan owned process doing -bs
Date: Thu, 25 Jan 2001 21:00:53 -0600 (CST)
From: Mumit Khan <khan@NanoTech.Wisc.EDU>
To: Fabrice Gautier <gautier@email.enst.fr>
cc: cygwin@cygwin.com
Subject: RE: Linux->Cygwin cross compiler?
In-Reply-To: <LHEHLEDCLHPMNLBAOCPCIEALCAAA.gautier@email.enst.fr>
Message-ID: <Pine.HPP.3.96.1010125205913.15817L-100000@hp2.xraylith.wisc.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

On Fri, 26 Jan 2001, Fabrice Gautier wrote:

> I managed to compile this cross-gcc like this:
> 
> 1/ patch gcc.2.95.2/gcc/config/i386/t-cygwin by removing the "LIMITS_H_TEST
> = true line"
> 2/ configure with --with-newlib
> 3/ make only the C compiler (with: make all-gcc LANGUAGES="c" )

GCC 2.95.2-xx still has the old config.guess, which guesses the host
to be i[3-6]x86-pc-cygwin32, *not* i[3-6]x86-pc-cygwin, which is why
you're having the problem. Next release will not have this problem.

Just specify --target to be i686-pc-cygwin. 
  
Regards,
Mumit



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

