Re: [PATCH, ARM] PR49448 incorrectly detecting big-endian arm-linux triplets

2012-04-12 Thread Richard Earnshaw
On 28/02/12 15:27, Richard Earnshaw wrote: > The pattern to match a big-endian machine for linux is ambiguous as > reported by the PR and can cause some little-endian triplets to be > confused as big-endian. > > This patch makes the string unambiguous. > > R. > > * config.gcc (arm*-*-linux

[PATCH, ARM] PR49448 incorrectly detecting big-endian arm-linux triplets

2012-02-28 Thread Richard Earnshaw
The pattern to match a big-endian machine for linux is ambiguous as reported by the PR and can cause some little-endian triplets to be confused as big-endian. This patch makes the string unambiguous. R. * config.gcc (arm*-*-linux*): Use an unambiguous pattern for detecting big-en