Re: [patch]: Add configure and required host/target definitions for new cygwin x64 target

2013-03-22 Thread Dave Korn
On 23/03/2013 00:41, Kai Tietz wrote: > 2013/3/23 Dave Korn : >> On 22/03/2013 09:56, Kai Tietz wrote: >>> Hi, >>> >>> this patch adds required configure changes for new cygwin x64 target. >>> Index: gcc/configure.ac >>> === >>> --- gc

Re: [patch]: Add configure and required host/target definitions for new cygwin x64 target

2013-03-22 Thread Kai Tietz
2013/3/23 Dave Korn : > On 22/03/2013 09:56, Kai Tietz wrote: >> Hi, >> >> this patch adds required configure changes for new cygwin x64 target. > >> Index: gcc/configure.ac >> === >> --- gcc/configure.ac (Revision 196898) >> +++ gcc/

Re: [patch]: Add configure and required host/target definitions for new cygwin x64 target

2013-03-22 Thread Dave Korn
On 22/03/2013 09:56, Kai Tietz wrote: > Hi, > > this patch adds required configure changes for new cygwin x64 target. > Index: gcc/configure.ac > === > --- gcc/configure.ac (Revision 196898) > +++ gcc/configure.ac (Arbeitskopie) >

[patch]: Add configure and required host/target definitions for new cygwin x64 target

2013-03-22 Thread Kai Tietz
Hi, this patch adds required configure changes for new cygwin x64 target. ChangeLog gcc/ * config.build: Add support for cygwin x64 target. * config.gcc: Likewise. * config.host: Likewise. * configure.ac: Likewise * configure: Regenerated. ChangeLog confi