summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/tools.pri
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2014-07-18 18:57:22 -0700
committerThiago Macieira <thiago.macieira@intel.com>2014-07-25 17:48:14 +0200
commit1602a091c6d2745cb81f3dd4209e691a790542dc (patch)
tree1f5e60a92d1c006f753c5aed34351f37755dcd82 /src/corelib/tools/tools.pri
parent9f5f3bcbc11e69e7f8ad31e2d31f400e7011c0ad (diff)
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>
Diffstat (limited to 'src/corelib/tools/tools.pri')
0 files changed, 0 insertions, 0 deletions