This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: current binutils trunk failures on cygwin


On Wed, May 03, 2006 at 05:02:16PM +0100, Dave Korn wrote:
> On 03 May 2006 16:02, Nick Clifton wrote:
> 
> 
> >> Does COFF have the same issue?
> > 
> > No - it is only PE that has the issue.
> > 
> >> Here is a patch.
> > 
> >> +#not-target: *-*-*pe* *-*-*coff i*86-*-cygwin* i*86-*-mingw32*
> > 
> > You do not need the *-*-coff here.  In fact it should not be there.
> 
>   Say, isn't that first pattern going to inadvertently match *-*-openbsd,
> *-*-mpeix, *-*-openedition,  *-*-openstep, *-*-superux?  (This based on a
> quick grepping through top-level config rather than detailed knowledge of
> which platforms are supported by binutils).
> 
>   Should it perhaps be just "*-*-pe*", which matches the test in config.sub?
> I can't see any PE-coff targets that have anything prefixing 'pe' in the third
> part of the triplet.
> 

It should be "*-*-pe".


H.J.


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