This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Linux->Cygwin cross compiler?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]