Re: [Testsuite] Fix arm triplets in some testcases.

2013-06-05 Thread Richard Earnshaw
On 05/06/13 11:32, James Greenhalgh wrote: Hi, Some ARM triplets are of the form armv7l-unknown-linux-gnueabihf. For these arm-*-* will not match, so fix this with arm*-*-*. Nor will arm*-*-*eabi, so fix this with arm*-*-*eabi*. Tested with a run of the affected tests on an armv7l-unknown-li

[Testsuite] Fix arm triplets in some testcases.

2013-06-05 Thread James Greenhalgh
Hi, Some ARM triplets are of the form armv7l-unknown-linux-gnueabihf. For these arm-*-* will not match, so fix this with arm*-*-*. Nor will arm*-*-*eabi, so fix this with arm*-*-*eabi*. Tested with a run of the affected tests on an armv7l-unknown-linux-gnueabihf target, showing FAIL->PASS. OK