On 22 May 2012 17:34, Matthias Klose doko@ubuntu.com wrote:
On 17.05.2012 10:29, Michael Hope wrote:
sorry, unimplemented: Thumb-1 hard-float VFP ABI errors: tests where they set the architecture to ARMv5T and use our default Thumb mode. This causes the compiler to fail as it doesn't support Thumb-1 with hard float.
can these test cases be adjusted for upstream and linaro?
We talked about this at Monday's meeting and the conclusion was that if a test requires a certain setup then it should explicitly add compiler flags. Most of these assume ARM mode so we'll add a -marm and a target arm32 selector to handle cases like ARMv6-M and ARMv7-M.
-- Michael