This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [patch]: Patch for wince
On Sat, 2009-01-03 at 08:59 +0100, Kai Tietz wrote:
> * windres.c (set_endianess): Get architecture name
> for triplets like "pe-arm-wince-little".
pe-arm-wince-little isn't a triplet. It's a quadruplet (three hyphens).
In general these are a bad idea, so where has this come from?
Also, I think ARM targets should start with ARM, not some other
component, so that generic matchers for arm*-*-* will correctly detect
these targets.
R.