qt6-bb10/tests/benchmarks/corelib/tools/qstring
Thiago Macieira 1602a091c6 Fix compilation on ARM without ARMv6T2
The "rbit" instruction requires ARMv6T2 or higher. This was found in the
CI when building the imx6 target:

Compiler: arm-poky-linux-gnueabi-g++
Flags: -mfloat-abi=hard -mfpu=neon
Errors from the assembler:
  {standard input}:3078: Error: selected processor does not support ARM mode `rbit r3,r3'
  {standard input}:7341: Error: selected processor does not support ARM mode `rbit ip,ip'

That compiler defaults to ARMv5T. That's obviously wrong for an i.MX 6,
which is a Cortex-A9 (ARMv7), but the correction applies for older
processors.

Change-Id: I56c276fa411977dd7cd867d62adf021e4909302c
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
2014-07-25 17:48:14 +02:00
..
data.cpp Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
data.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
fromlatin1.cpp Stop using the name "Trolltech" in QSettings 2012-12-03 03:47:08 +01:00
fromutf8.cpp Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
generatelist.pl Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
generatelist_char.pl Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
main.cpp Fix compilation on ARM without ARMv6T2 2014-07-25 17:48:14 +02:00
qstring.pro Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
utf-8.txt Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00