delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT 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 AT NanoTech DOT Wisc DOT EDU> |
To: | Fabrice Gautier <gautier AT email DOT enst DOT fr> |
cc: | cygwin AT cygwin DOT 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 |
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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |